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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to