summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv/Makefile
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1996-06-25 20:28:07 +0000
committerwpaul <wpaul@FreeBSD.org>1996-06-25 20:28:07 +0000
commit010c2800ac465122fd044b00182f58244ecaa396 (patch)
tree00db076867717b30e2de7f4459457e04d764e7d3 /usr.sbin/ypserv/Makefile
parentab0aedf77d5aa3efcf91b13779ffadf455caeeb9 (diff)
downloadFreeBSD-src-010c2800ac465122fd044b00182f58244ecaa396.zip
FreeBSD-src-010c2800ac465122fd044b00182f58244ecaa396.tar.gz
Toss old mknetid script into the attic.
Adjust things slightly to support the new mknetid program.
Diffstat (limited to 'usr.sbin/ypserv/Makefile')
-rw-r--r--usr.sbin/ypserv/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/ypserv/Makefile b/usr.sbin/ypserv/Makefile
index 340a4cc..4b2520b 100644
--- a/usr.sbin/ypserv/Makefile
+++ b/usr.sbin/ypserv/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1995/12/23 21:35:27 wpaul Exp $
+# $Id: Makefile,v 1.4 1996/04/28 04:38:45 wpaul Exp $
PROG= ypserv
SRCS= yp_svc.c yp_server.c yp_dblookup.c yp_dnslookup.c \
@@ -36,9 +36,6 @@ afterinstall:
ln -s ${DESTDIR}/var/yp/Makefile.dist \
${DESTDIR}/var/yp/Makefile; fi
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/mknetid \
- ${DESTDIR}/usr/libexec/mknetid
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/mkaliases \
${DESTDIR}/usr/libexec/mkaliases
OpenPOWER on IntegriCloud