blob: da285983e0f9b6f16f720a998b4c7d0184cd85c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.1 1999/12/20 16:32:53 itojun Exp $
PROG= faithd
SRCS= faithd.c tcp.c ftp.c rsh.c
MAN= faithd.8
#CPPFLAGS+= -DFAITH4
LDADD+= -lutil
DPADD+= ${LIBUTIL}
.include <bsd.prog.mk>
|