386BSD 0.1 development
[unix-history] / usr / src / lib / Makefile
index 50b27e7..b21b2ec 100644 (file)
@@ -1,21 +1,6 @@
-#      @(#)Makefile    4.2     (Berkeley)      11/22/82
-#
-DESTDIR=
-CFLAGS=        -O
+#      @(#)Makefile    5.25.1.1 (Berkeley) 5/7/91
 
 
-# Programs that live in subdirectories, and have makefiles of their own.
-#
-SUBDIR=        c2 cpp libc pcc
+SUBDIR=        csu.${MACHINE} libc libcurses libg++ libm \
+       libresolv librpc/rpc libtelnet libterm libutil liby
 
 
-all:   ${SUBDIR}
-
-${SUBDIR}: /tmp
-       cd $@; make ${MFLAGS}
-
-install:
-       for i in ${SUBDIR}; do \
-               (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
-
-clean:
-       rm -f a.out core *.s *.o
-       for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean); done
+.include <bsd.subdir.mk>