1994-06-22 04:49:04 +00:00
|
|
|
# $Id: Makefile,v 1.2 1994/02/07 08:40:16 rgrimes Exp $
|
1994-02-07 08:40:16 +00:00
|
|
|
|
1994-02-07 04:36:09 +00:00
|
|
|
PROG= ft
|
1994-02-07 08:40:16 +00:00
|
|
|
MAN8= ft.8
|
1994-02-07 04:36:09 +00:00
|
|
|
SRCS= ft.c ftecc.c
|
1994-06-22 04:49:04 +00:00
|
|
|
COPTS= -O2 -finline-functions -funroll-loops -fexpensive-optimizations
|
1994-02-07 04:36:09 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|