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