summaryrefslogtreecommitdiffstats
path: root/usr.sbin/yppush
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/yppush')
-rw-r--r--usr.sbin/yppush/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.sbin/yppush/Makefile b/usr.sbin/yppush/Makefile
index 5c82935..7ce1c61 100644
--- a/usr.sbin/yppush/Makefile
+++ b/usr.sbin/yppush/Makefile
@@ -1,20 +1,19 @@
# $FreeBSD$
+RPCDIR= ${.CURDIR}/../../include/rpcsvc
+.PATH: ${RPCDIR} ${.CURDIR}/../../usr.sbin/ypserv \
+ ${.CURDIR}/../../libexec/ypxfr
+
PROG= yppush
+MAN= yppush.8
SRCS= ypxfr_getmap.c yp_dblookup.c yp_error.c ypxfr_misc.c yppush_main.c \
${GENSRCS}
GENSRCS=yp.h yp_clnt.c yppush_svc.c
-MAN= yppush.8
+CFLAGS+= -I. -I${.CURDIR}/../../libexec/ypxfr
-CFLAGS+=-I. -I${.CURDIR}/../../libexec/ypxfr
-
-RPCDIR= ${.CURDIR}/../../include/rpcsvc
RPCGEN= rpcgen -C
-.PATH: ${RPCDIR} ${.CURDIR}/../../usr.sbin/ypserv \
- ${.CURDIR}/../../libexec/ypxfr
-
CLEANFILES= ${GENSRCS}
yppush_svc.c: yp.x
OpenPOWER on IntegriCloud