diff --git a/src/etc/Makefile b/src/etc/Makefile index 5f6552c1..6007c21a 100644 --- a/src/etc/Makefile +++ b/src/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; \