summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2010-10-08 23:35:43 +0000
committerDavid Krause <david@cvs.openbsd.org>2010-10-08 23:35:43 +0000
commit4eb149c01de786bb6b5c8c9f94cdf331adfde8f8 (patch)
treee1776866ade8a099ba51ca6767253aca03583768 /etc/Makefile
parentd789aa9a3c28a9ca53db11f506cbe095028faeb0 (diff)
install nsd.conf; ok jakob@
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile3
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; \