install hpux MAKEDEV
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 15 Jul 1992 07:27:38 +0000 (23:27 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 15 Jul 1992 07:27:38 +0000 (23:27 -0800)
SCCS-vsn: etc/Makefile 5.14

usr/src/etc/Makefile

index 309b887..f1bc9a3 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.13 (Berkeley) %G%
+#      @(#)Makefile    5.14 (Berkeley) %G%
 
 NOOBJ= oobj
 
 
 NOOBJ= oobj
 
@@ -63,6 +63,10 @@ distribution:
            ${DESTDIR}/var/run/utmp
        (cd etc.${MACHINE}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
            fstab.* ${DESTDIR}/)
            ${DESTDIR}/var/run/utmp
        (cd etc.${MACHINE}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
            fstab.* ${DESTDIR}/)
+.if ${MACHINE} == "hp300"
+       (cd etc.hp300; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+           MAKEDEV.hpux ${DESTDIR}/)
+.endif
 .if ${MACHINE} == "tahoe"
        (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS1} \
            ${DESTDIR}/)
 .if ${MACHINE} == "tahoe"
        (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS1} \
            ${DESTDIR}/)