NetBSD/usr.sbin/faithd/Makefile
itojun fd53f7c428 drop support for rsh/rlogin relaying.
use of .rhosts authentication should be discouraged with relaying service.
sync w/kame
2002-05-09 14:24:03 +00:00

10 lines
167 B
Makefile

# $NetBSD: Makefile,v 1.3 2002/05/09 14:24:03 itojun Exp $
PROG= faithd
SRCS= faithd.c tcp.c ftp.c prefix.c
MAN= faithd.8
#CFLAGS+= -DFAITH4
.include <bsd.prog.mk>