move kermit to standard
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Thu, 13 Feb 1986 02:42:13 +0000 (18:42 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Thu, 13 Feb 1986 02:42:13 +0000 (18:42 -0800)
SCCS-vsn: contrib/Makefile 4.16

usr/src/contrib/Makefile

index ec9e88b..876cff3 100644 (file)
@@ -1,27 +1,32 @@
-#      Makefile        4.15    86/02/01
+#      Makefile        4.16    86/02/12
 #
 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=        ansi apl bib courier cpm dsh help hyper icon jove learn mh \
+SUBDIR=        ansi apl bib courier cpm dsh help hyper icon jove kermit learn mh \
        mkmf patch rcs sccstorcs spms sunrpc tac tools
 #
        mkmf patch rcs sccstorcs spms sunrpc tac tools
 #
-# Special purpose software that requires custom installation
+# Special purpose software that requires custom installation,
+# or may not be needed by all sites
 #
 #
-OPTDIR=        B dipress kermit mmdf news notes pathalias rn sumacc umodem xns X
+OPTDIR=        B dipress mmdf news notes pathalias rn sumacc umodem xns X
 
 all:   ${SUBDIR}
 
 ${SUBDIR}: FRC
        cd $@; make ${MFLAGS}
 
 
 all:   ${SUBDIR}
 
 ${SUBDIR}: FRC
        cd $@; make ${MFLAGS}
 
+${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
 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:
 
 FRC: