summaryrefslogtreecommitdiffstats
path: root/sys/boot/ficl
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2000-09-10 17:11:27 +0000
committerdfr <dfr@FreeBSD.org>2000-09-10 17:11:27 +0000
commit2bbf810544f504b5c12a5ddb7bee7cd0d4782147 (patch)
tree865d7cd616d5218c2736e28dfaffdd425484c25e /sys/boot/ficl
parentb1a07b3c86b27f6e920abaa09057c0bb8955b3df (diff)
downloadFreeBSD-src-2bbf810544f504b5c12a5ddb7bee7cd0d4782147.zip
FreeBSD-src-2bbf810544f504b5c12a5ddb7bee7cd0d4782147.tar.gz
Fix this so that we actually define HAVE_PNP when its available.
Diffstat (limited to 'sys/boot/ficl')
-rw-r--r--sys/boot/ficl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile
index a7825d9..2306cbc 100644
--- a/sys/boot/ficl/Makefile
+++ b/sys/boot/ficl/Makefile
@@ -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
OpenPOWER on IntegriCloud