From 96534eedcdaf6e6f8151943f759612ec54bf6164 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 10 Nov 2017 23:54:36 +0000 Subject: [PATCH] Remove useless PNP define here. We never use HAVE_PNP for anything, so don't define it on the command line. Sponsored by: Netflix --- sys/boot/ficl/Makefile | 3 --- 1 file changed, 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 .ifmake testmain CFLAGS+= -DTESTMAIN -D_TESTMAIN