diff options
author | wpaul <wpaul@FreeBSD.org> | 1996-09-15 00:39:20 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1996-09-15 00:39:20 +0000 |
commit | 3fe96e591aa4aa2de447c3621767d716aff4d0ce (patch) | |
tree | ee7797b7f7feee66fb2a5673b1651c1b5e53337c /usr.sbin/ypserv/Makefile | |
parent | d5ccaaa06ed8f9463e0a31de03f147a96740fa17 (diff) | |
download | FreeBSD-src-3fe96e591aa4aa2de447c3621767d716aff4d0ce.zip FreeBSD-src-3fe96e591aa4aa2de447c3621767d716aff4d0ce.tar.gz |
Toss the mkaliases script into the attic and remove its install
target from the Makefile. We don't need it anymore, and it was
broken anyway.
Diffstat (limited to 'usr.sbin/ypserv/Makefile')
-rw-r--r-- | usr.sbin/ypserv/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/ypserv/Makefile b/usr.sbin/ypserv/Makefile index 4b2520b..6267498 100644 --- a/usr.sbin/ypserv/Makefile +++ b/usr.sbin/ypserv/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1996/04/28 04:38:45 wpaul Exp $ +# $Id: Makefile,v 1.5 1996/06/25 20:27:55 wpaul Exp $ PROG= ypserv SRCS= yp_svc.c yp_server.c yp_dblookup.c yp_dnslookup.c \ @@ -35,8 +35,5 @@ afterinstall: @if [ ! -f ${DESTDIR}/var/yp/Makefile.dist ]; then \ ln -s ${DESTDIR}/var/yp/Makefile.dist \ ${DESTDIR}/var/yp/Makefile; fi - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/mkaliases \ - ${DESTDIR}/usr/libexec/mkaliases .include <bsd.prog.mk> |