From: niklas Date: Tue, 29 Apr 1997 11:27:12 +0000 (+0000) Subject: To get the manpages installed, you can't override the install X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6ac53e53094f709f669f16c13fca88ac839806b0;p=openbsd To get the manpages installed, you can't override the install target. Instead override realinstall. --- diff --git a/usr.sbin/ypserv/ypinit/Makefile b/usr.sbin/ypserv/ypinit/Makefile index 81eb800d435..26f3a3f4fa8 100644 --- a/usr.sbin/ypserv/ypinit/Makefile +++ b/usr.sbin/ypserv/ypinit/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.13 1997/04/27 20:57:08 millert Exp $ +# $OpenBSD: Makefile,v 1.14 1997/04/29 11:27:12 niklas Exp $ MAN= ypinit.8 DISTFILES= Makefile.main Makefile.yp SHFILES= ypinit.sh -install: +realinstall: .for script in ${SHFILES} ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/${script} ${DESTDIR}${BINDIR}/${script:R}