aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-10-30 23:14:48 +0000
committerWarner Losh <imp@FreeBSD.org>2017-10-30 23:14:48 +0000
commita54409db16979f5e86059622b5ab758cd0c467cd (patch)
tree58ff85ddb65de579a62d2a6d03616d830a6dd658 /sys/boot
parent0914e17a4e28c56f0274e4b85f5bb6273e38c903 (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/userboot/Makefile2
-rw-r--r--sys/boot/userboot/ficl/Makefile59
-rw-r--r--sys/boot/userboot/ficl/Makefile.depend15
3 files changed, 1 insertions, 75 deletions
diff --git a/sys/boot/userboot/Makefile b/sys/boot/userboot/Makefile
index 453a14542617..b0a537777917 100644
--- a/sys/boot/userboot/Makefile
+++ b/sys/boot/userboot/Makefile
@@ -2,7 +2,7 @@
.include <bsd.own.mk>
-SUBDIR= ficl test zfs userboot
+SUBDIR= test zfs userboot
.include <bsd.subdir.mk>
diff --git a/sys/boot/userboot/ficl/Makefile b/sys/boot/userboot/ficl/Makefile
deleted file mode 100644
index d09f1c06c923..000000000000
--- a/sys/boot/userboot/ficl/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# $FreeBSD$
-#
-.include <bsd.init.mk>
-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 <bsd.stand.mk>
-.ifmake testmain
-CFLAGS+= -DTESTMAIN -D_TESTMAIN
-SRCS+= testmain.c
-PROG= testmain
-.include <bsd.prog.mk>
-.else
-LIB= ficl
-INTERNALLIB=
-.include <bsd.lib.mk>
-.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 c04b7c302dd3..000000000000
--- 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 <dirdeps.mk>
-
-.if ${DEP_RELDIR} == ${_DEP_RELDIR}
-# local dependencies - needed for -jN in clean tree
-.endif