summaryrefslogtreecommitdiff
path: root/usr.sbin/faithd/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>1999-12-20 16:32:54 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>1999-12-20 16:32:54 +0000
commit865faff95d195731bc635a0ecb6b82240bdf01ad (patch)
tree583eded31cf49fa2f3eda4a89d21d11147538c07 /usr.sbin/faithd/Makefile
parent05d299e7b204e7e1df159eed593901871dbe66da (diff)
rcsid police.
pathname change (/usr/local/v6/libexec -> /usr/libexec) bring in some of kame fixes (sprintf -> snprintf, proc title).
Diffstat (limited to 'usr.sbin/faithd/Makefile')
-rw-r--r--usr.sbin/faithd/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/faithd/Makefile b/usr.sbin/faithd/Makefile
new file mode 100644
index 00000000000..da285983e0f
--- /dev/null
+++ b/usr.sbin/faithd/Makefile
@@ -0,0 +1,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>