diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-23 21:54:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-23 21:54:37 +0000 |
commit | e6033ae37ec4a2dcaa4b6a3a8b3ba603766ad98b (patch) | |
tree | 2647016f6cd3cc540ef246af7a54a927e1aec671 /etc/Makefile | |
parent | 8173af42dce2cbef87553f7ac880696ca413e5a6 (diff) |
add "-d basedir" flag to pwd_mkdb. the use of "chroot" is incompatible
with our cross compilation/installation goals...
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 020bd1d1ec9..f4a58a6d632 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 - chroot ${DESTDIR}/ pwd_mkdb -p /etc/master.passwd + pwd_mkdb -p -d ${DESTDIR} /etc/master.passwd install -c -o ${BINOWN} -g ${BINGRP} -m 555 \ MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev (cd root; \ |