Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / sys / platform / pc64 / conf / Makefile
1 # $DragonFly: src/sys/platform/pc64/conf/Makefile,v 1.2 2007/09/24 03:24:45 yanyh Exp $
2 #
3 # Which version of config(8) is required.
4 %VERSREQ=       400026
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