summaryrefslogtreecommitdiffstats
path: root/usr.sbin/yppush/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/yppush/Makefile')
-rw-r--r--usr.sbin/yppush/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/usr.sbin/yppush/Makefile b/usr.sbin/yppush/Makefile
deleted file mode 100644
index 887a80b..0000000
--- a/usr.sbin/yppush/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $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
-
-CFLAGS+= -I. -I${.CURDIR}/../../libexec/ypxfr
-
-WARNS?= 2
-
-RPCGEN= rpcgen -C
-
-CLEANFILES= ${GENSRCS}
-
-yppush_svc.c: yp.x
- ${RPCGEN} -DYPPUSH_ONLY -m -o ${.TARGET} ${RPCDIR}/yp.x
-
-yp_clnt.c: yp.x
- ${RPCGEN} -DYPSERV_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x
-
-yp.h: yp.x
- ${RPCGEN} -h -o ${.TARGET} ${RPCDIR}/yp.x
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud