Fix this so that we actually define HAVE_PNP when its available.

This commit is contained in:
Doug Rabson 2000-09-10 17:11:27 +00:00
parent b478e142f0
commit 55f0c30072
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65698

View File

@ -10,10 +10,10 @@ CFLAGS+= -mno-fp-regs
.if ${MACHINE_ARCH} == "i386"
CFLAGS+= -mpreferred-stack-boundary=2
.endif
.ifmake testmain
.if HAVE_PNP
CFLAGS+= -DHAVE_PNP
CFLAGS+= -DHAVE_PNP
.endif
.ifmake testmain
CFLAGS+= -DTESTMAIN -D_TESTMAIN
SRCS+= testmain.c
PROG= testmain