diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-06-22 04:49:04 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-06-22 04:49:04 +0000 |
commit | 7fd50c04dea0225e6cb0d9966353dfae47f4ad56 (patch) | |
tree | e1a1aefbbf783ac527d97a51beaff60ac9653ac8 /sbin/ft/Makefile | |
parent | 8ffbd12df25addd769ebbe562b3b950f30c1d3c5 (diff) | |
download | src-7fd50c04dea0225e6cb0d9966353dfae47f4ad56.tar.gz src-7fd50c04dea0225e6cb0d9966353dfae47f4ad56.zip |
Update this to the latest version from Steve Gerakines. This is an easy
drop-in for me and looks substantailly neater than the previous version,
so I'll give the floppy tape users a break (but just this once :).
Notes
Notes:
svn path=/head/; revision=1765
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 3fb1b7440e52..6166c08a56b7 100644 --- a/sbin/ft/Makefile +++ b/sbin/ft/Makefile @@ -1,7 +1,8 @@ -# $Id$ +# $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> |