new version from Dain Samples; checked in by TK
[unix-history] / usr / src / contrib / Makefile
index c002b9c..84a5759 100644 (file)
@@ -1,24 +1,11 @@
-#      Makefile        4.8     85/08/13
-#
-DESTDIR=
-CFLAGS=        -O
+#      @(#)Makefile    5.3 (Berkeley) %G%
 
 
-# Programs that live in subdirectories, and have makefiles of their own.
-#
-SUBDIR=        ansi apl bib courier cpm dsh help hyper icon jove kermit learn
-       mh mkmf mmdf news notes patch rcs rn sccstorcs spms sumacc sunrpc
-       tac teft tn3270 tools xns
+# doesn't work: mh6.8 groff-1.08
+SUBDIR=        ansi gawk-2.15 emacs-18.57 gas-1.38 gcc-2.3.3 libg++-2.3 \
+       gzip-1.0.7 jove-4.14.6 kermit-5A.188 perl-4.036 rcs-V5.6
 
 
-all:   ${SUBDIR}
+cleandir: clean
 
 
-${SUBDIR}: FRC
-       cd $@; make ${MFLAGS}
+depend tags: 
 
 
-install:
-       -for i in ${SUBDIR}; do \
-               (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
-
-clean:
-       -for i in ${SUBDIR}; do (echo $$i; cd $$i; make ${MFLAGS} clean); done
-
-FRC:
+.include <bsd.subdir.mk>