diff options
Diffstat (limited to 'sbin/ft/Makefile')
| -rw-r--r-- | sbin/ft/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ft/Makefile b/sbin/ft/Makefile index 41acb7b37fb9..95e8a96f062f 100644 --- a/sbin/ft/Makefile +++ b/sbin/ft/Makefile @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.2 1994/02/07 08:40:16 rgrimes Exp $ +# $Id: Makefile,v 1.3 1994/06/22 04:49:02 jkh Exp $ PROG= ft MAN8= ft.8 SRCS= ft.c ftecc.c +COPTS= -O2 -finline-functions -funroll-loops -fexpensive-optimizations .include <bsd.prog.mk> |
