From d89bbde6f41d5d9cbd4ecbf670a32d81a9f1eccb Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Wed, 12 Aug 1998 20:09:18 +0000 Subject: CLEANFILES += termsort.c --- usr.bin/tic/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/tic') 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 -- cgit v1.2.3