date and time created 93/06/01 16:44:47 by bostic
[unix-history] / usr / src / contrib / Makefile
index 49c996e..e109487 100644 (file)
@@ -1,32 +1,12 @@
-#      Makefile        4.17    86/03/27
-#
-DESTDIR=
-CFLAGS=        -O
+#      @(#)Makefile    5.6 (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 mh \
-       mkmf np100 patch rcs spms sunrpc tac tools
-#
-# Special purpose software that requires custom installation,
-# or may not be needed by all sites
-#
-OPTDIR=        B dipress mmdf news notes pathalias pup rn sumacc umodem xns X
+# doesn't work: mh6.8
+SUBDIR=        ansi gawk-2.15.2 emacs-18.57 gas-1.38 gcc-2.3.3 gdb-4.7.lbl \
+       groff-1.08 gzip-1.0.7 jove-4.14.6 kermit-5A.188 libg++-2.3 \
+       perl-4.036 rcs-V5.6
 
 
-all:   ${SUBDIR}
+cleandir: clean
 
 
-${SUBDIR}: FRC
-       cd $@; make ${MFLAGS}
+depend tags: 
 
 
-${OPTDIR}: FRC
-       cd $@; make ${MFLAGS} all
-
-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
-       -for i in ${OPTDIR}; do (echo $$i; cd $$i; make ${MFLAGS} clean); done
-
-FRC:
+.include <bsd.subdir.mk>