1 # MINIX-specific servers/drivers options
4 CPPFLAGS
+= -D__NBSD_LIBC
7 LDADD
+= -nodefaultlibs
-lgcc
-lsys
-lgcc
-lminc
8 .elif
!empty
(CC
:M
*clang
)
9 LDADD
+= -nodefaultlibs
-L
/usr
/pkg
/compiler-rt
/lib
-lCompilerRT-Generic
-lsys
-lCompilerRT-Generic
-lminc
12 .
include <bsd.prog.mk
>