summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-10 16:03:17 +0000
committerbde <bde@FreeBSD.org>1998-05-10 16:03:17 +0000
commit41d8b659be6565e47a824e83c3cf514fbf20002a (patch)
tree2e81c4b34dfca067e21b3f2b7723d18f4f1ffd7e /usr.sbin/ypserv
parent3325f91b7d182ba90f1fed4ea9643cd25dca7e40 (diff)
downloadFreeBSD-src-41d8b659be6565e47a824e83c3cf514fbf20002a.zip
FreeBSD-src-41d8b659be6565e47a824e83c3cf514fbf20002a.tar.gz
Removed bogus dependencies of generated .c files on generated headers.
Diffstat (limited to 'usr.sbin/ypserv')
-rw-r--r--usr.sbin/ypserv/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ypserv/Makefile b/usr.sbin/ypserv/Makefile
index 68c9cd0..274b850 100644
--- a/usr.sbin/ypserv/Makefile
+++ b/usr.sbin/ypserv/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 1998/02/11 19:15:31 wpaul Exp $
+# $Id: Makefile,v 1.14 1998/03/06 14:51:35 bde Exp $
PROG= ypserv
SRCS= yp_svc.c yp_server.c yp_dblookup.c yp_dnslookup.c \
@@ -17,12 +17,12 @@ RPCGEN= rpcgen -I -C
# We need to remove the 'static' keyword from _rpcsvcstate so that
# yp_main.c can see it.
-yp_svc.c: yp.x yp.h
+yp_svc.c: yp.x
rm -f ${.TARGET}
${RPCGEN} -DYPSERV_ONLY -m ${RPCDIR}/yp.x | \
sed s/"static int _rpcsvcstate"/"int _rpcsvcstate"/g > ${.TARGET}
-ypxfr_clnt.c: yp.x yp.h
+ypxfr_clnt.c: yp.x
${RPCGEN} -DYPPUSH_ONLY -l -o ${.TARGET} ${RPCDIR}/yp.x
yp.h: yp.x
OpenPOWER on IntegriCloud