mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
9 lines
184 B
Makefile
9 lines
184 B
Makefile
# $Id: Makefile,v 1.3 1994/06/22 04:49:02 jkh Exp $
|
|
|
|
PROG= ft
|
|
MAN8= ft.8
|
|
SRCS= ft.c ftecc.c
|
|
COPTS= -finline-functions -funroll-loops -fexpensive-optimizations
|
|
|
|
.include <bsd.prog.mk>
|