Unbreak building vkernel by not linking against -lthread_xu.
[dragonfly.git] / sys / platform / vkernel / conf / Makefile
blob8ac14469092d2dd5f63dfa77f0920cf7a144066b
1 # $DragonFly: src/sys/platform/vkernel/conf/Makefile,v 1.7 2007/07/01 02:51:41 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 -pthread
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