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:
Warner Losh 2017-11-10 23:54:36 +00:00
parent 4e8fc5c539
commit 96534eedcd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325691

View File

@ -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