Index: head/sys/boot/userboot/Makefile =================================================================== --- head/sys/boot/userboot/Makefile (revision 325172) +++ head/sys/boot/userboot/Makefile (revision 325173) @@ -1,8 +1,8 @@ # $FreeBSD$ .include -SUBDIR= ficl test zfs userboot +SUBDIR= test zfs userboot .include Index: head/sys/boot/userboot/ficl/Makefile.depend =================================================================== --- head/sys/boot/userboot/ficl/Makefile.depend (revision 325172) +++ head/sys/boot/userboot/ficl/Makefile.depend (nonexistent) @@ -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 Property changes on: head/sys/boot/userboot/ficl/Makefile.depend ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sys/boot/userboot/ficl/Makefile =================================================================== --- head/sys/boot/userboot/ficl/Makefile (revision 325172) +++ head/sys/boot/userboot/ficl/Makefile (nonexistent) @@ -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 Property changes on: head/sys/boot/userboot/ficl/Makefile ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property