BSD 4_3_Reno release
[unix-history] / usr / src / include / Makefile
index 5ab527e..d868360 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.37 (Berkeley) %G%
+#      @(#)Makefile    5.39 (Berkeley) 7/1/90
 #
 # Doing a make install builds /usr/include
 #
 #
 # Doing a make install builds /usr/include
 #
@@ -7,8 +7,8 @@
 #
 all clean cleandir depend lint tags:
 
 #
 all clean cleandir depend lint tags:
 
-SUBDIRS=arpa pascal protocols
-STD=   a.out.h ar.h assert.h bitstring.h ctype.h curses.h ndbm.h \
+SUBDIRS=arpa protocols
+STD=   a.out.h ar.h assert.h bitstring.h ctype.h ndbm.h \
        dirent.h disktab.h fstab.h fts.h glob.h grp.h kvm.h limits.h \
        math.h memory.h mp.h netdb.h nlist.h paths.h pcc.h pwd.h ranlib.h \
        regexp.h resolv.h setjmp.h sgtty.h stab.h stdarg.h stddef.h \
        dirent.h disktab.h fstab.h fts.h glob.h grp.h kvm.h limits.h \
        math.h memory.h mp.h netdb.h nlist.h paths.h pcc.h pwd.h ranlib.h \
        regexp.h resolv.h setjmp.h sgtty.h stab.h stdarg.h stddef.h \
@@ -74,6 +74,9 @@ install: ${SHARED}
                chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/$$i; \
        done
 
                chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/$$i; \
        done
 
+symlinks:
+       @echo installing ${DIRS}
+       @-for i in ${DIRS}; do \
                rm -rf ${DESTDIR}/usr/include/$$i; \
                if [ ! -s ${DESTDIR}/usr/include/$$i ]; \
                then \
                rm -rf ${DESTDIR}/usr/include/$$i; \
                if [ ! -s ${DESTDIR}/usr/include/$$i ]; \
                then \
@@ -84,6 +87,9 @@ install: ${SHARED}
                fi; \
        done
 
                fi; \
        done
 
+copies:
+       @echo installing ${DIRS}
+       @-for i in ${DIRS}; do \
                rm -rf ${DESTDIR}/usr/include/$$i; \
                cd /sys; \
                tar cf - $$i/*.h | (cd ${DESTDIR}/usr/include; tar xpfB -); \
                rm -rf ${DESTDIR}/usr/include/$$i; \
                cd /sys; \
                tar cf - $$i/*.h | (cd ${DESTDIR}/usr/include; tar xpfB -); \