summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-04 08:13:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-04 08:13:55 +0000
commit893b3b2c78edd1c624ee6562074aee005a097d6b (patch)
treefb0b73429fb9c3a780a07632abe7d77299e37c2a /etc/Makefile
parent19b42fbd58cb6cf7c355705e05242072137a8590 (diff)
strdup re-generated path in pwd_mkdb; "make distribution" passwd files with
proper arguments
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index f4a58a6d632..1f63711e307 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -41,7 +41,7 @@ distribution: distrib-dirs
install -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc
install -c -o root -g wheel -m 600 crontab ${DESTDIR}/var/cron/tabs/root
install -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc
- pwd_mkdb -p -d ${DESTDIR} /etc/master.passwd
+ pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd
install -c -o ${BINOWN} -g ${BINGRP} -m 555 \
MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev
(cd root; \