3550ee7b9dc8a5fc19e09e0cf68bdb974af4ec41
[dragonfly.git] / sys / platform / vkernel / conf / Makefile
1 # $DragonFly: src/sys/platform/vkernel/conf/Makefile,v 1.2 2006/10/23 18:01:15 dillon Exp $
2 #
3 # Which version of config(8) is required.
4 %VERSREQ=       400024
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