diff options
| author | Warner Losh <imp@FreeBSD.org> | 2018-02-16 00:17:32 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2018-02-16 00:17:32 +0000 |
| commit | fcdb1f03173f38a6a2d0d8fb03e600af9c088d3c (patch) | |
| tree | e26bb59915efe2897b188905c22fd93ef62f9225 /stand/ficl | |
| parent | d727d8b0b1a42c774f28ee21f71d42733f1a63a0 (diff) | |
Notes
Diffstat (limited to 'stand/ficl')
| -rw-r--r-- | stand/ficl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stand/ficl/Makefile b/stand/ficl/Makefile index 1e64ae045060..13e0a10de1fc 100644 --- a/stand/ficl/Makefile +++ b/stand/ficl/Makefile @@ -12,7 +12,6 @@ BASE_SRCS= dict.c ficl.c fileaccess.c float.c loader.c math64.c \ SRCS= ${BASE_SRCS} sysdep.c softcore.c CLEANFILES+= softcore.c testmain testmain.o -.include <bsd.stand.mk> .ifmake testmain CFLAGS+= -DTESTMAIN -D_TESTMAIN SRCS+= testmain.c |
