aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-11-10 23:54:36 +0000
committerWarner Losh <imp@FreeBSD.org>2017-11-10 23:54:36 +0000
commit96534eedcdaf6e6f8151943f759612ec54bf6164 (patch)
treeebf157fa7b6e2a3fd56b47f9e26d998b5f841914 /sys/boot
parent4e8fc5c539df16fbb2c57428a429a5f95ad8d13d (diff)
downloadsrc-96534eedcdaf6e6f8151943f759612ec54bf6164.tar.gz
src-96534eedcdaf6e6f8151943f759612ec54bf6164.zip
Remove useless PNP define here.
We never use HAVE_PNP for anything, so don't define it on the command line. Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=325691
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/ficl/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile
index e32e3909687d..6a92e6bf77c5 100644
--- a/sys/boot/ficl/Makefile
+++ b/sys/boot/ficl/Makefile
@@ -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