diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-10-30 23:14:53 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-10-30 23:14:53 +0000 |
| commit | 89ec162979ca0f2ebff81cd51cb79900a19d4ecb (patch) | |
| tree | 645175c7b118530af5645bc5c7d88353781e6e6c /sys | |
| parent | a54409db16979f5e86059622b5ab758cd0c467cd (diff) | |
Notes
Diffstat (limited to 'sys')
| -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} \ |
