summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-22 00:10:35 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-22 00:10:35 +0000
commitcef8ba8b2f5a1a812ec3161b81134544f69747d7 (patch)
tree54705e75c00122f5732d100d2bbd2ab952b72334
parentc755ad742c1a5f6945041884e62535be8604b220 (diff)
oops, missed another file
-rw-r--r--etc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 1403a542a06..9b38ed391dc 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.163 2002/05/21 01:41:04 deraadt Exp $
+# $OpenBSD: Makefile,v 1.164 2002/05/22 00:10:34 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@@ -76,6 +76,8 @@ distribution-etc-root-var: distrib-dirs
${INSTALL} -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc
pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd
${INSTALL} -c -o root -g wheel -m 644 moduli ${DESTDIR}/etc
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
+ etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev
cd root; \
${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \
${DESTDIR}/root/.cshrc; \