artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71c968b
)
wrong mode, oops
author
deraadt
<deraadt@openbsd.org>
Thu, 24 Apr 1997 18:30:30 +0000
(18:30 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 24 Apr 1997 18:30:30 +0000
(18:30 +0000)
usr.sbin/ypserv/ypinit/Makefile
patch
|
blob
|
history
diff --git
a/usr.sbin/ypserv/ypinit/Makefile
b/usr.sbin/ypserv/ypinit/Makefile
index
ca4cb2f
..
3cc4469
100644
(file)
--- a/
usr.sbin/ypserv/ypinit/Makefile
+++ b/
usr.sbin/ypserv/ypinit/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.1
1 1997/04/23 11:34:43
deraadt Exp $
+# $OpenBSD: Makefile,v 1.1
2 1997/04/24 18:30:30
deraadt Exp $
MAN= ypinit.8
@@
-7,7
+7,7
@@
SHFILES= ypinit.sh
install:
.for script in ${SHFILES}
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${
NON
BINMODE} \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/${script} ${DESTDIR}${BINDIR}/${script:R}
.endfor
.for script in ${DISTFILES}