added depend lable
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 31 May 1987 06:01:10 +0000 (22:01 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 31 May 1987 06:01:10 +0000 (22:01 -0800)
SCCS-vsn: contrib/Makefile 4.23

usr/src/contrib/Makefile

index 2e8664e..9f55f4b 100644 (file)
@@ -1,4 +1,4 @@
-#      Makefile        4.22    87/02/12
+#      Makefile        4.23    87/05/30
 #
 DESTDIR=
 CFLAGS=        -O
 #
 DESTDIR=
 CFLAGS=        -O
@@ -26,6 +26,8 @@ ${SUBDIR}: FRC
 ${OPTDIR}: FRC
        cd $@; make ${MFLAGS} all
 
 ${OPTDIR}: FRC
        cd $@; make ${MFLAGS} all
 
+depend:
+
 install:
        -for i in ${STDINST}; do \
                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
 install:
        -for i in ${STDINST}; do \
                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done