8 lines
117 B
Makefile
8 lines
117 B
Makefile
# $Id: Makefile,v 1.4 1995/08/29 14:04:39 ache Exp $
|
|
|
|
PROG= ft
|
|
MAN8= ft.8
|
|
SRCS= ft.c ftecc.c
|
|
|
|
.include <bsd.prog.mk>
|