BSD 4_3_Net_2 release
[unix-history] / usr / src / etc / Makefile
index 6e8c06b..b27272e 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.9 (Berkeley) 7/1/90
+#      @(#)Makefile    5.11 (Berkeley) 5/21/91
 
 NOOBJ= oobj
 
 
 NOOBJ= oobj
 
@@ -31,8 +31,8 @@ distribution:
            mv master.passwd.pag passwd.pag; \
            mv master.passwd.dir passwd.dir; \
            mv master.passwd.orig passwd)
            mv master.passwd.pag passwd.pag; \
            mv master.passwd.dir passwd.dir; \
            mv master.passwd.orig passwd)
-       install -c -o ${BINOWN} -g ${BINGRP} -m 555 etc.${MACHINE}/MAKEDEV \
-           ${DESTDIR}/dev
+       install -c -o ${BINOWN} -g ${BINGRP} -m 555 \
+            MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev
        (cd root; \
                install -c -o root -g wheel -m 644 dot.cshrc \
                    ${DESTDIR}/root/.cshrc; \
        (cd root; \
                install -c -o root -g wheel -m 644 dot.cshrc \
                    ${DESTDIR}/root/.cshrc; \
@@ -61,17 +61,19 @@ distribution:
            ${DESTDIR}/var/log/lpd-errs
        install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
            ${DESTDIR}/var/run/utmp
            ${DESTDIR}/var/log/lpd-errs
        install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
            ${DESTDIR}/var/run/utmp
+       (cd etc.${MACHINE}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+           fstab.* ${DESTDIR}/)
 .if ${MACHINE} == "tahoe"
 .if ${MACHINE} == "tahoe"
-       cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS1} \
-           ${DESTDIR}/
+       (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS1} \
+           ${DESTDIR}/)
 .endif
 .if ${MACHINE} == "vax"
 .endif
 .if ${MACHINE} == "vax"
-       cd etc.vax; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \
-           ${DESTDIR}/
+       (cd etc.vax; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \
+           ${DESTDIR}/)
 .endif
 
 hcx9-distribution:
 .endif
 
 hcx9-distribution:
-       cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS2} \
-           ${DESTDIR}/
+       (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS2} \
+           ${DESTDIR}/)
 
 .include <bsd.prog.mk>
 
 .include <bsd.prog.mk>