summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2000-01-28 03:07:25 +0000
committerdcs <dcs@FreeBSD.org>2000-01-28 03:07:25 +0000
commit675514383d758617e0594d40994c884912cc289e (patch)
tree944764c5c21e586e242743ce9d21bb7ccac02576 /sys/boot
parentda94ddfd7a2d2b16f04e5281c56bef8a7ebbdfb7 (diff)
downloadFreeBSD-src-675514383d758617e0594d40994c884912cc289e.zip
FreeBSD-src-675514383d758617e0594d40994c884912cc289e.tar.gz
Add testmain.o to CLEANFILES.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/ficl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile
index 04cce5b..a99ee62 100644
--- a/sys/boot/ficl/Makefile
+++ b/sys/boot/ficl/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/${MACHINE_ARCH}
BASE_SRCS= dict.c ficl.c math64.c stack.c vm.c words.c
SRCS= ${BASE_SRCS} sysdep.c softcore.c
-CLEANFILES= softcore.c testmain
+CLEANFILES= softcore.c testmain testmain.o
.ifmake testmain
CFLAGS+= -DTESTMAIN -D_TESTMAIN
SRCS+= testmain.c
OpenPOWER on IntegriCloud