To get the manpages installed, you can't override the install
authorniklas <niklas@openbsd.org>
Tue, 29 Apr 1997 11:27:12 +0000 (11:27 +0000)
committerniklas <niklas@openbsd.org>
Tue, 29 Apr 1997 11:27:12 +0000 (11:27 +0000)
target.  Instead override realinstall.

usr.sbin/ypserv/ypinit/Makefile

index 81eb800..26f3a3f 100644 (file)
@@ -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}