summaryrefslogtreecommitdiff
path: root/usr.bin/tic
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1998-08-12 20:09:18 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1998-08-12 20:09:18 +0000
commitd89bbde6f41d5d9cbd4ecbf670a32d81a9f1eccb (patch)
treec1ee7bf7c8710e5b9f6a00b70ec324382e404ecf /usr.bin/tic
parentd741d4839f249c3f210a6fe8c839446a36dbab2f (diff)
CLEANFILES += termsort.c
Diffstat (limited to 'usr.bin/tic')
-rw-r--r--usr.bin/tic/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tic/Makefile b/usr.bin/tic/Makefile
index 18854b6871c..84ff00b4ab3 100644
--- a/usr.bin/tic/Makefile
+++ b/usr.bin/tic/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 1998/07/24 19:37:33 millert Exp $
+# $OpenBSD: Makefile,v 1.2 1998/08/12 20:09:17 art Exp $
PROG= tic
SRCS= dump_entry.c tic.c
@@ -8,6 +8,7 @@ DPADD= ${LIBCURSES}
LDADD= -lcurses
CURSES= ${.CURDIR}/../../lib/libcurses
CFLAGS+= -I${CURSES} -I${.CURDIR} -I.
+CLEANFILES+= termsort.c
beforedepend: termsort.c