depends on tset.delays.h
authorJay Lepreau <lepreau@ucbvax.Berkeley.EDU>
Mon, 28 Apr 1986 23:28:52 +0000 (15:28 -0800)
committerJay Lepreau <lepreau@ucbvax.Berkeley.EDU>
Mon, 28 Apr 1986 23:28:52 +0000 (15:28 -0800)
SCCS-vsn: usr.bin/tset/Makefile 5.4

usr/src/usr.bin/tset/Makefile

index 9da9035..5527efa 100644 (file)
@@ -3,11 +3,11 @@
 # 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.3 (Berkeley) %G%
+#      @(#)Makefile    5.4 (Berkeley) %G%
 #
 DESTDIR=
 CFLAGS=-O
 #
 DESTDIR=
 CFLAGS=-O
-tset:  tset.c
+tset:  tset.c tset.delays.h
        ${CC} ${CFLAGS} tset.c -o tset -ltermlib
 
 install: tset
        ${CC} ${CFLAGS} tset.c -o tset -ltermlib
 
 install: tset