only build things to be installed
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 13 Feb 1987 01:43:05 +0000 (17:43 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 13 Feb 1987 01:43:05 +0000 (17:43 -0800)
SCCS-vsn: contrib/Makefile 4.22

usr/src/contrib/Makefile

index 49861a6..2e8664e 100644 (file)
@@ -1,4 +1,4 @@
-#      Makefile        4.21    86/06/07
+#      Makefile        4.22    87/02/12
 #
 DESTDIR=
 CFLAGS=        -O
 #
 DESTDIR=
 CFLAGS=        -O
@@ -18,7 +18,7 @@ STDINST=bib jove mh patch rcs
 OPTDIR=        B dipress emacs enet mmdf news nntp notes pathalias rn \
        spms sumacc umodem xns X
 
 OPTDIR=        B dipress emacs enet mmdf news nntp notes pathalias rn \
        spms sumacc umodem xns X
 
-all:   ${SUBDIR}
+all:   ${STDINST}
 
 ${SUBDIR}: FRC
        cd $@; make ${MFLAGS}
 
 ${SUBDIR}: FRC
        cd $@; make ${MFLAGS}