BSD 4_4_Lite2 release
[unix-history] / usr / src / contrib / Makefile
index 081ce9e..2fdebd6 100644 (file)
@@ -1,43 +1,11 @@
-#      Makefile        4.24    87/07/27
-#
-DESTDIR=
-CFLAGS=        -O
+#      @(#)Makefile    8.13 (Berkeley) 4/29/95
 
 
-# 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 sunrpc tac tools
-#
-# Default programs that are installed
-#
-STDINST=ansi bib emacs jove kermit mh patch rcs
-#
-# Special purpose software that requires custom installation,
-# or may not be needed by all sites
-#
-OPTDIR=        B dipress enet mmdf news nntp notes pathalias rn \
-       spms sumacc umodem xns X X.local/xlock
+SUBDIR=        ansi bib bind-4.9.2 flex-2.5.2 gawk-2.15.2 emacs-18.57 gas-1.38 \
+       gcc-2.3.3 gdb-4.7.LBL groff-1.08 gzip-1.2.4 hunt jove-4.14.6 \
+       kermit-5A.188 libg++-2.3 mh-6.8.3a nvi perl-4.036 rcs-V5.6
 
 
-all:   ${STDINST}
+cleandir: clean
 
 
-${SUBDIR}: FRC
-       cd $@; make ${MFLAGS}
+obj depend tags: 
 
 
-${OPTDIR}: FRC
-       cd $@; make ${MFLAGS} all
-
-depend:
-
-install:
-       -for i in ${STDINST}; do \
-               (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
-
-installall:
-       -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>