Get rid of struct user/UAREA.
[dragonfly.git] / sys / platform / vkernel / conf / Makefile
blobcdf0330e8abe1bcb4a9f77b4841f14886ba64386
1 # $DragonFly: src/sys/platform/vkernel/conf/Makefile,v 1.6 2007/01/19 07:23:42 dillon Exp $
3 # Which version of config(8) is required.
4 %VERSREQ= 400026
6 .if !defined(S)
7 .if exists(./@/.)
8 S= ./@
9 .else
10 S= ../..
11 .endif
12 .endif
14 .include "$S/conf/kern.pre.mk"
16 # Override the normal kernel link and link as a normal user program
18 SYSTEM_LD= @${CC} -g -export-dynamic -o ${.TARGET} ${SYSTEM_OBJS} vers.o
20 %BEFORE_DEPEND
22 %OBJS
24 %CFILES
26 %SFILES
28 %MFILES
30 %CLEAN
32 .include "$S/conf/kern.post.mk"
34 %RULES
36 # DO NOT DELETE THIS LINE -- make depend uses it