minix/lib/Makefile.inc
2011-08-05 14:16:48 +02:00

6 lines
136 B
Makefile

.if defined(NBSD_LIBC) && (${NBSD_LIBC} == "yes")
CPPFLAGS+= -D_MINIX -D_NETBSD_SOURCE
.else
CPPFLAGS+= -D_MINIX -D_POSIX_SOURCE
.endif