8 lines
76 B
Makefile
8 lines
76 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ft
|
|
MAN8= ft.8
|
|
SRCS= ft.c ftecc.c
|
|
|
|
.include <bsd.prog.mk>
|