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/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ypbind/Makefile b/usr.sbin/ypbind/Makefile
index 45fb789..915d001 100644
--- a/usr.sbin/ypbind/Makefile
+++ b/usr.sbin/ypbind/Makefile
@@ -1,9 +1,10 @@
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
# $FreeBSD$
-SRCS= ypbind.c yp_ping.c
PROG= ypbind
MAN= ypbind.8
-CFLAGS+=-DDAEMON
+SRCS= ypbind.c yp_ping.c
+
+CFLAGS+= -DDAEMON
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud