summaryrefslogtreecommitdiff
path: root/usr.sbin/faithd/Makefile
diff options
context:
space:
mode:
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>