add depend label
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 26 Oct 1987 23:48:02 +0000 (15:48 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 26 Oct 1987 23:48:02 +0000 (15:48 -0800)
SCCS-vsn: usr.bin/pascal/pdx/Makefile 1.19
SCCS-vsn: usr.bin/pascal/pcexterns/Makefile 5.6

usr/src/usr.bin/pascal/pcexterns/Makefile
usr/src/usr.bin/pascal/pdx/Makefile

index 7bba884..5315416 100644 (file)
@@ -3,9 +3,9 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    5.5 (Berkeley) %G%
+#      @(#)Makefile    5.6 (Berkeley) %G%
 #
 #
-SCCSID = @(#)Makefile 5.5 %G%
+SCCSID = @(#)Makefile 5.6 %G%
 INSTALL = ${DESTDIR}/usr/ucb
 INSTALLIB = ${DESTDIR}/usr/lib
 SRCDIR=        ../src
 INSTALL = ${DESTDIR}/usr/ucb
 INSTALLIB = ${DESTDIR}/usr/lib
 SRCDIR=        ../src
index d7ba752..da51d18 100644 (file)
@@ -2,7 +2,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    1.18 (Berkeley) %G%
+#      @(#)Makefile    1.19 (Berkeley) %G%
 #
 # make file for pdx
 #
 #
 # make file for pdx
 #
@@ -184,6 +184,8 @@ install: a.out
 clean:
        ${RM} a.out *.o */*.o
 
 clean:
        ${RM} a.out *.o */*.o
 
+depend:
+
 #
 # Warning:  This will produce a very long listing.  You would be better
 #           off just looking at things on-line.
 #
 # Warning:  This will produce a very long listing.  You would be better
 #           off just looking at things on-line.