1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00
freebsd/sbin/ft/Makefile
Jordan K. Hubbard 7fd50c04de 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 :).
1994-06-22 04:49:04 +00:00

9 lines
191 B
Makefile

# $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>