diff options
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 5f6552c1747..6007c21a3ba 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.291 2010/09/22 13:01:10 deraadt Exp $ +# $OpenBSD: Makefile,v 1.292 2010/10/08 23:35:42 david Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -103,6 +103,7 @@ distribution-etc-root-var: distrib-dirs ${INSTALL} -c -o root -g wheel -m 600 sasyncd.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 snmpd.conf ${DESTDIR}/etc ${INSTALL} -c -o root -g wheel -m 600 ldapd.conf ${DESTDIR}/etc + ${INSTALL} -c -o root -g _nsd -m 640 nsd.conf ${DESTDIR}/etc ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \ etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev cd root; \ |