install MAKEDEV.local too
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 23 Mar 1991 06:35:09 +0000 (22:35 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 23 Mar 1991 06:35:09 +0000 (22:35 -0800)
SCCS-vsn: etc/Makefile 5.10

usr/src/etc/Makefile

index 134cdab..91da663 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.9 (Berkeley) %G%
+#      @(#)Makefile    5.10 (Berkeley) %G%
 
 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; \