freebsd_amp_hwpstate/sbin/ft/Makefile

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>