Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Nov 2017 23:54:36 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r325691 - head/sys/boot/ficl
Message-ID:  <201711102354.vAANsajC075083@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711102354.vAANsajC075083>