summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypbind/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ypbind/Makefile')
-rw-r--r--usr.sbin/ypbind/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/ypbind/Makefile b/usr.sbin/ypbind/Makefile
new file mode 100644
index 0000000..8e9a231
--- /dev/null
+++ b/usr.sbin/ypbind/Makefile
@@ -0,0 +1,12 @@
+# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
+# $FreeBSD$
+
+PROG= ypbind
+MAN= ypbind.8
+SRCS= ypbind.c yp_ping.c
+
+CFLAGS+= -DDAEMON
+
+WARNS?= 2
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud