[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.sbin / faithd

File: [local] / src / usr.sbin / faithd / Attic / Makefile (download)

Revision 1.2, Thu Feb 15 17:37:33 2001 UTC (23 years, 3 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.1: +2 -2 lines

pull latest KAME faithd.  access control is possible by /etc/faithd.conf.
req'ed by todd

#	$OpenBSD: Makefile,v 1.2 2001/02/15 17:37:33 itojun Exp $

PROG=	faithd
SRCS=	faithd.c tcp.c ftp.c rsh.c prefix.c

MAN=	faithd.8

#CPPFLAGS+= -DFAITH4

LDADD+=	-lutil
DPADD+=	${LIBUTIL}

.include <bsd.prog.mk>