status as of 4.3 alpha tape
[unix-history] / usr / src / contrib / Makefile
index 44fe777..a835fa5 100644 (file)
@@ -1,11 +1,13 @@
-#      Makefile        4.1     83/07/03
+#      Makefile        4.9     85/08/14
 #
 DESTDIR=
 CFLAGS=        -O
 
 # Programs that live in subdirectories, and have makefiles of their own.
 #
 #
 DESTDIR=
 CFLAGS=        -O
 
 # 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 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
 
 all:   ${SUBDIR}
 
 
 all:   ${SUBDIR}
 
@@ -13,10 +15,10 @@ ${SUBDIR}: FRC
        cd $@; make ${MFLAGS}
 
 install:
        cd $@; make ${MFLAGS}
 
 install:
-       for i in ${SUBDIR}; do \
+       -for i in ${SUBDIR}; do \
                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
 
 clean:
                (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 ${SUBDIR}; do (echo $$i; cd $$i; make ${MFLAGS} clean); done
 
 FRC:
 
 FRC: