Reorganize the way machine architectures are handled. Consolidate the
[dragonfly.git] / sys / platform / vkernel / conf / Makefile
1 # $DragonFly: src/sys/platform/vkernel/conf/Makefile,v 1.1 2006/10/22 16:09:14 dillon Exp $
2 #
3 # Which version of config(8) is required.
4 %VERSREQ=       400023
5
6 .if !defined(S)
7 .if exists(./@/.)
8 S=      ./@
9 .else
10 S=      ../..
11 .endif
12 .endif
13
14 .include "$S/conf/kern.pre.mk"
15
16 %BEFORE_DEPEND
17
18 %OBJS
19
20 %CFILES
21
22 %SFILES
23
24 %MFILES
25
26 %CLEAN
27
28 .include "$S/conf/kern.post.mk"
29
30 %RULES
31
32 # DO NOT DELETE THIS LINE -- make depend uses it