fd53f7c428
use of .rhosts authentication should be discouraged with relaying service. sync w/kame
10 lines
167 B
Makefile
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>
|