BSD 4_3_Net_2 release
[unix-history] / usr / src / include / Makefile
index 7c574e8..2701391 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.45 (Berkeley) %G%
+#      @(#)Makefile    5.45.1.1 (Berkeley) 5/6/91
 #
 # Doing a make install builds /usr/include
 #
 #
 # Doing a make install builds /usr/include
 #
@@ -7,9 +7,11 @@
 #
 all clean cleandir depend lint tags:
 
 #
 all clean cleandir depend lint tags:
 
+# Missing: mp.h
+
 FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
        fstab.h fts.h glob.h grp.h kvm.h limits.h locale.h math.h memory.h \
 FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
        fstab.h fts.h glob.h grp.h kvm.h limits.h locale.h math.h memory.h \
-       mp.h ndbm.h netdb.h nlist.h paths.h pwd.h ranlib.h regexp.h \
+       ndbm.h netdb.h nlist.h paths.h pwd.h ranlib.h regexp.h \
        resolv.h setjmp.h sgtty.h stab.h stdarg.h stddef.h stdio.h \
        stdlib.h string.h strings.h struct.h sysexits.h time.h ttyent.h \
        tzfile.h unistd.h utime.h utmp.h varargs.h vis.h
        resolv.h setjmp.h sgtty.h stab.h stdarg.h stddef.h stdio.h \
        stdlib.h string.h strings.h struct.h sysexits.h time.h ttyent.h \
        tzfile.h unistd.h utime.h utmp.h varargs.h vis.h
@@ -74,6 +76,9 @@ copies:
        cd /sys/${MACHINE}/include; \
        tar cf - *.h | (cd ${DESTDIR}/usr/include/machine; tar xpfB -); \
 
        cd /sys/${MACHINE}/include; \
        tar cf - *.h | (cd ${DESTDIR}/usr/include/machine; tar xpfB -); \
 
+symlinks:
+       @echo symlinks: ${LDIRS}
+       @for i in ${LDIRS}; do \
                rm -rf ${DESTDIR}/usr/include/$$i; \
                ln -s /sys/$$i ${DESTDIR}/usr/include/$$i; \
                chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/$$i; \
                rm -rf ${DESTDIR}/usr/include/$$i; \
                ln -s /sys/$$i ${DESTDIR}/usr/include/$$i; \
                chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/$$i; \