aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-09-17 06:57:43 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-09-17 06:57:43 +0000
commit21c3fde00fa1edb4ade657dc3edfc3206e2c2ff9 (patch)
tree8ca17acb85a61c2d62c88b90e922e9692603cd64
parentf9467acb0a0a0dab0077a8930a8d63240698c0cf (diff)
Use default COPTS.
Notes
Notes: svn path=/head/; revision=10843
-rw-r--r--sbin/i386/ft/Makefile3
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>