diff --git a/sys/boot/userboot/Makefile b/sys/boot/userboot/Makefile index 453a1454261..b0a53777791 100644 --- a/sys/boot/userboot/Makefile +++ b/sys/boot/userboot/Makefile @@ -2,7 +2,7 @@ .include -SUBDIR= ficl test zfs userboot +SUBDIR= test zfs userboot .include diff --git a/sys/boot/userboot/ficl/Makefile b/sys/boot/userboot/ficl/Makefile deleted file mode 100644 index d09f1c06c92..00000000000 --- a/sys/boot/userboot/ficl/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# $FreeBSD$ -# -.include -MK_SSP= no - -.include "${BOOTSRC}/ficl.mk" - -BASE_SRCS= dict.c ficl.c fileaccess.c float.c loader.c math64.c \ - prefix.c search.c stack.c tools.c vm.c words.c - -SRCS= ${BASE_SRCS} sysdep.c softcore.c -CLEANFILES= softcore.c testmain testmain.o - -CWARNFLAGS.loader.c.c += -Wno-implicit-function-declaration - -.if HAVE_PNP -CFLAGS+= -DHAVE_PNP -.endif -.include -.ifmake testmain -CFLAGS+= -DTESTMAIN -D_TESTMAIN -SRCS+= testmain.c -PROG= testmain -.include -.else -LIB= ficl -INTERNALLIB= -.include -.endif - -# Standard softwords -.PATH: ${BOOTSRC}/ficl/softwords -SOFTWORDS= softcore.fr jhlocal.fr marker.fr freebsd.fr ficllocal.fr \ - ifbrack.fr -# Optional OO extension softwords -#SOFTWORDS+= oo.fr classes.fr - -#.if ${MACHINE_CPUARCH} == "amd64" -#CFLAGS+= -m32 -I. -#.endif - -.if ${MACHINE_ARCH} == "powerpc64" -CFLAGS+= -m32 -mcpu=powerpc -I. -.endif - -softcore.c: ${SOFTWORDS} softcore.awk - (cd ${FICLSRC}/softwords; cat ${SOFTWORDS} \ - | awk -f softcore.awk -v datestamp="`LC_ALL=C date`") > ${.TARGET} - -#.if ${MACHINE_CPUARCH} == "amd64" -#${SRCS:M*.c:R:S/$/.o/g}: machine -# -#beforedepend ${OBJS}: machine -# -#machine: .NOMETA -# ln -sf ${.CURDIR}/../../i386/include machine -# -#CLEANFILES+= machine -#.endif diff --git a/sys/boot/userboot/ficl/Makefile.depend b/sys/boot/userboot/ficl/Makefile.depend deleted file mode 100644 index c04b7c302dd..00000000000 --- a/sys/boot/userboot/ficl/Makefile.depend +++ /dev/null @@ -1,15 +0,0 @@ -# $FreeBSD$ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - include \ - include/xlocale \ - lib/libstand \ - lib/msun \ - - -.include - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif