artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc371f7
)
To get the manpages installed, you can't override the install
author
niklas
<niklas@openbsd.org>
Tue, 29 Apr 1997 11:27:12 +0000
(11:27 +0000)
committer
niklas
<niklas@openbsd.org>
Tue, 29 Apr 1997 11:27:12 +0000
(11:27 +0000)
target. Instead override realinstall.
usr.sbin/ypserv/ypinit/Makefile
patch
|
blob
|
history
diff --git
a/usr.sbin/ypserv/ypinit/Makefile
b/usr.sbin/ypserv/ypinit/Makefile
index
81eb800
..
26f3a3f
100644
(file)
--- a/
usr.sbin/ypserv/ypinit/Makefile
+++ b/
usr.sbin/ypserv/ypinit/Makefile
@@
-1,11
+1,11
@@
-# $OpenBSD: Makefile,v 1.1
3 1997/04/27 20:57:08 millert
Exp $
+# $OpenBSD: Makefile,v 1.1
4 1997/04/29 11:27:12 niklas
Exp $
MAN= ypinit.8
DISTFILES= Makefile.main Makefile.yp
SHFILES= ypinit.sh
-install:
+
real
install:
.for script in ${SHFILES}
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/${script} ${DESTDIR}${BINDIR}/${script:R}