mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
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 :).
8 lines
191 B
Makefile
8 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>
|