summaryrefslogtreecommitdiffstats
path: root/usr.sbin/yp_mkdb/Makefile
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1996-04-28 04:16:06 +0000
committerwpaul <wpaul@FreeBSD.org>1996-04-28 04:16:06 +0000
commit7431f827c29811064979692b6ff8740ff529e54b (patch)
tree183f59f70688544eb47353003d731b636ee52310 /usr.sbin/yp_mkdb/Makefile
parent5c33bf2a9e16412000ce3e1264a2bec611b60537 (diff)
parent95c4b574d28bd0f19480f0ac8354c3123136d35e (diff)
downloadFreeBSD-src-7431f827c29811064979692b6ff8740ff529e54b.zip
FreeBSD-src-7431f827c29811064979692b6ff8740ff529e54b.tar.gz
This commit was generated by cvs2svn to compensate for changes in r15423,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'usr.sbin/yp_mkdb/Makefile')
-rw-r--r--usr.sbin/yp_mkdb/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/yp_mkdb/Makefile b/usr.sbin/yp_mkdb/Makefile
new file mode 100644
index 0000000..7426663
--- /dev/null
+++ b/usr.sbin/yp_mkdb/Makefile
@@ -0,0 +1,13 @@
+# $Id$
+
+PROG= yp_mkdb
+SRCS= yp_mkdb.c yp_dblookup.c yp_dbwrite.c
+
+MAN8= yp_mkdb.8
+
+.PATH: ${.CURDIR}/../../libexec/ypxfr ${.CURDIR}/../ypserv
+
+CFLAGS+= -Dyp_error=warnx
+CFLAGS+= -I${.CURDIR}/../../usr.sbin/ypserv
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud