2011-07-09 15:04:42 +02:00
|
|
|
# MINIX-specific servers/drivers options
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2012-05-01 16:57:11 +02:00
|
|
|
.if !empty(CC:M*gcc)
|
2011-07-09 15:17:12 +02:00
|
|
|
LDADD+= -nodefaultlibs -lgcc -lsys -lgcc -lminc
|
2012-05-01 16:57:11 +02:00
|
|
|
.elif !empty(CC:M*clang)
|
2012-03-06 17:57:34 +01:00
|
|
|
LDADD+= -nodefaultlibs -L/usr/pkg/compiler-rt/lib -lCompilerRT-Generic -lsys -lCompilerRT-Generic -lminc
|
2011-07-09 15:04:42 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|