From 375cf50538117f75310626e5db51c5f6bc0c4d25 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 22 May 2002 00:10:34 +0000 Subject: [PATCH] oops, missed another file --- src/etc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 1403a542..9b38ed39 100644 --- a/src/etc/Makefile +++ b/src/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; \