svn commit: r325691 - head/sys/boot/ficl

Warner Losh imp at FreeBSD.org
Fri Nov 10 23:54:40 UTC 2017


Author: imp
Date: Fri Nov 10 23:54:36 2017
New Revision: 325691
URL: https://svnweb.freebsd.org/changeset/base/325691

Log:
  Remove useless PNP define here.
  
  We never use HAVE_PNP for anything, so don't define it on the command line.
  
  Sponsored by: Netflix

Modified:
  head/sys/boot/ficl/Makefile

Modified: head/sys/boot/ficl/Makefile
==============================================================================
--- head/sys/boot/ficl/Makefile	Fri Nov 10 23:54:31 2017	(r325690)
+++ head/sys/boot/ficl/Makefile	Fri Nov 10 23:54:36 2017	(r325691)
@@ -10,9 +10,6 @@ BASE_SRCS=	dict.c ficl.c fileaccess.c float.c loader.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


More information about the svn-src-head mailing list