diff options
-rw-r--r-- | usr.bin/tic/Makefile | 3 |
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 |