summaryrefslogtreecommitdiffstats
path: root/usr.sbin/yp_mkdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/yp_mkdb/Makefile')
-rw-r--r--usr.sbin/yp_mkdb/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.sbin/yp_mkdb/Makefile b/usr.sbin/yp_mkdb/Makefile
new file mode 100644
index 0000000..1c41105
--- /dev/null
+++ b/usr.sbin/yp_mkdb/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../libexec/ypxfr ${.CURDIR}/../ypserv
+
+PROG= yp_mkdb
+MAN= yp_mkdb.8
+SRCS= yp_mkdb.c yp_dblookup.c yp_dbwrite.c
+
+CFLAGS+= -Dyp_error=warnx
+CFLAGS+= -I${.CURDIR}/../../libexec/ypxfr -I${.CURDIR}/../../usr.sbin/ypserv
+
+WARNS?= 1
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud