diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-01-28 03:07:25 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-01-28 03:07:25 +0000 |
| commit | d9d102dd14868b0f8a3bde5731a154ed4c47b8a0 (patch) | |
| tree | ba6607d966208e3510a4ef17f3135e68d8090615 /sys/boot | |
| parent | 5c23af7cdba1220ed01351c523156e6d6890bc54 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/ficl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index 04cce5b7efcd..a99ee626ff47 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 |
