From 89ec162979ca0f2ebff81cd51cb79900a19d4ecb Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 30 Oct 2017 23:14:53 +0000 Subject: [PATCH] Minor cleanup Remove ancient comment about words to maybe add to the builds as softwords. We're not going to bring them in, so delete the noise. Also, check to see if HAVE_PNP is defined rather than if its value is true. Sponsored by: Netflix --- sys/boot/ficl/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index 28c320d4662..ce0cbe6e395 100644 --- a/sys/boot/ficl/Makefile +++ b/sys/boot/ficl/Makefile @@ -13,7 +13,7 @@ CLEANFILES= softcore.c testmain testmain.o (${MACHINE_CPUARCH} == "amd64" && defined(FICL32)) CFLAGS+= -march=i386 .endif -.if HAVE_PNP +.if defined(HAVE_PNP) CFLAGS+= -DHAVE_PNP .endif .include @@ -32,8 +32,6 @@ INTERNALLIB= .PATH: ${FICLSRC}/softwords SOFTWORDS= softcore.fr jhlocal.fr marker.fr freebsd.fr ficllocal.fr \ ifbrack.fr -# Optional OO extension softwords -#SOFTWORDS+= oo.fr classes.fr softcore.c: ${SOFTWORDS} softcore.awk (cd ${FICLSRC}/softwords; cat ${SOFTWORDS} \