10 lines
164 B
Makefile
10 lines
164 B
Makefile
|
# $NetBSD: Makefile,v 1.1 1999/07/13 22:16:49 itojun Exp $
|
||
|
|
||
|
PROG= faithd
|
||
|
SRCS= faithd.c tcp.c ftp.c rsh.c
|
||
|
MAN= faithd.8
|
||
|
|
||
|
#CFLAGS+= -DFAITH4
|
||
|
|
||
|
.include <bsd.prog.mk>
|