20540573e7
manpage cleanups.
10 lines
173 B
Makefile
10 lines
173 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/02/15 17:58:55 itojun Exp $
|
|
|
|
PROG= faithd
|
|
SRCS= faithd.c tcp.c ftp.c rsh.c prefix.c
|
|
MAN= faithd.8
|
|
|
|
#CFLAGS+= -DFAITH4
|
|
|
|
.include <bsd.prog.mk>
|