From fe85c619a2b4a7585be3644ab2c85f958eaa141f Mon Sep 17 00:00:00 2001 From: chuck Date: Sat, 20 Jan 1996 00:35:27 +0000 Subject: [PATCH] fixes: install Makefile.yp, Makefile.main --- usr.sbin/ypserv/ypinit/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/usr.sbin/ypserv/ypinit/Makefile b/usr.sbin/ypserv/ypinit/Makefile index 9fde916fed7..74680ea177f 100644 --- a/usr.sbin/ypserv/ypinit/Makefile +++ b/usr.sbin/ypserv/ypinit/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.3 (Berkeley) 6/22/90 -# $Id: Makefile,v 1.5 1996/01/06 11:42:15 deraadt Exp $ +# $Id: Makefile,v 1.6 1996/01/20 00:35:27 chuck Exp $ NOOBJ= noobj @@ -7,6 +7,8 @@ install: install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/ypinit.sh ${DESTDIR}/usr/sbin/ypinit install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/Makefile.yp ${DESTDIR}/var/yp.no/Makefile + ${.CURDIR}/Makefile.yp ${DESTDIR}/var/yp.no/Makefile.yp + install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${.CURDIR}/Makefile.main ${DESTDIR}/var/yp.no/Makefile.main .include -- 2.20.1