mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00: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>
|