delete bind.4.9 in favor of bind-4.9.2
[unix-history] / usr / src / contrib / Makefile
index 44fe777..78ea4e9 100644 (file)
@@ -1,22 +1,15 @@
-#      Makefile        4.1     83/07/03
-#
-DESTDIR=
-CFLAGS=        -O
+#      @(#)Makefile    8.6 (Berkeley) %G%
 
 
-# Programs that live in subdirectories, and have makefiles of their own.
-#
-SUBDIR=        apl bib courier cpm icon hyper mh news notes rcs sccstorcs spms
+SUBDIR=        ansi bib bind-4.9.2 flex-2.4.6 gawk-2.15.2 emacs-18.57 gas-1.38 \
+       gcc-2.3.3 gdb-4.7.lbl groff-1.08 hunt jove-4.14.6 kermit-5A.188 \
+       libg++-2.3 mh-6.8 nvi perl-4.036 rcs-V5.6
 
 
-all:   ${SUBDIR}
+.if ${MACHINE} != "sparc"
+SUBDIR+=gzip-1.0.7
+.endif
 
 
-${SUBDIR}: FRC
-       cd $@; make ${MFLAGS}
+cleandir: clean
 
 
-install:
-       for i in ${SUBDIR}; do \
-               (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
+obj depend tags: 
 
 
-clean:
-       for i in ${SUBDIR}; do (echo $$i; cd $$i; make ${MFLAGS} clean); done
-
-FRC:
+.include <bsd.subdir.mk>