added depend label
[unix-history] / usr / src / old / dbx / Makefile
index 19e4dc3..acc290a 100644 (file)
@@ -3,7 +3,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    5.6 (Berkeley) %G%
+#      @(#)Makefile    5.8 (Berkeley) %G%
 #
 # make file for debugger "dbx"
 #
 #
 # make file for debugger "dbx"
 #
@@ -13,8 +13,6 @@
 .SUFFIXES:
 .SUFFIXES: .h .c .s .o
 
 .SUFFIXES:
 .SUFFIXES: .h .c .s .o
 
-#MACHINE       = vax
-MACHINE        = tahoe
 AOUT   = tdbx
 DESTDIR        =
 DEST   = /usr/ucb/dbx
 AOUT   = tdbx
 DESTDIR        =
 DEST   = /usr/ucb/dbx
@@ -183,6 +181,8 @@ mkdate: mkdate.c
 print:
        @echo "don't print it, it's too long"
 
 print:
        @echo "don't print it, it's too long"
 
+depend:
+
 #
 # Don't worry about the removal of header files, they're created from
 # the source files.
 #
 # Don't worry about the removal of header files, they're created from
 # the source files.