diff options
-rw-r--r-- | sbin/i386/ft/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/i386/ft/Makefile b/sbin/i386/ft/Makefile index 842589e3cd5b..1cc600b79847 100644 --- a/sbin/i386/ft/Makefile +++ b/sbin/i386/ft/Makefile @@ -1,8 +1,7 @@ -# $Id: Makefile,v 1.3 1994/06/22 04:49:02 jkh Exp $ +# $Id: Makefile,v 1.4 1995/08/29 14:04:39 ache Exp $ PROG= ft MAN8= ft.8 SRCS= ft.c ftecc.c -COPTS= -finline-functions -funroll-loops -fexpensive-optimizations .include <bsd.prog.mk> |