diff options
| -rw-r--r-- | sys/boot/ficl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index 28c320d46620d..ce0cbe6e395c4 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 <bsd.stand.mk> @@ -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} \ |
