mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
7 lines
71 B
Makefile
7 lines
71 B
Makefile
# $Id$
|
|
|
|
PROG= ft
|
|
MAN8= ft.8
|
|
SRCS= ft.c ftecc.c
|
|
|
|
.include <bsd.prog.mk>
|