diff options
Diffstat (limited to 'sbin/ft/Makefile')
-rw-r--r-- | sbin/ft/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sbin/ft/Makefile b/sbin/ft/Makefile deleted file mode 100644 index 6166c08a56b7..000000000000 --- a/sbin/ft/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# $Id: Makefile,v 1.2 1994/02/07 08:40:16 rgrimes Exp $ - -PROG= ft -MAN8= ft.8 -SRCS= ft.c ftecc.c -COPTS= -O2 -finline-functions -funroll-loops -fexpensive-optimizations - -.include <bsd.prog.mk> |