Remove useless PNP define here.
We never use HAVE_PNP for anything, so don't define it on the command line. Sponsored by: Netflix
This commit is contained in:
parent
4e8fc5c539
commit
96534eedcd
@ -10,9 +10,6 @@ BASE_SRCS= dict.c ficl.c fileaccess.c float.c loader.c math64.c \
|
||||
SRCS= ${BASE_SRCS} sysdep.c softcore.c
|
||||
CLEANFILES= softcore.c testmain testmain.o
|
||||
|
||||
.if defined(HAVE_PNP)
|
||||
CFLAGS+= -DHAVE_PNP
|
||||
.endif
|
||||
.include <bsd.stand.mk>
|
||||
.ifmake testmain
|
||||
CFLAGS+= -DTESTMAIN -D_TESTMAIN
|
||||
|
Loading…
Reference in New Issue
Block a user