diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-02-20 21:50:19 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-02-20 21:50:19 +0000 |
commit | 9b375f42f0a79ca2284f7a0c008ff7db861f63cf (patch) | |
tree | bf88e906d3cd39d138e96a18eb0f960952e4d614 | |
parent | eac3d63ea115546cf1b764d16f8e6347f3ed2a00 (diff) |
Add termsort.c to CLEANFILES (tic already had this); ho@openbsd.org
-rw-r--r-- | usr.bin/infocmp/Makefile | 3 | ||||
-rw-r--r-- | usr.bin/tset/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/infocmp/Makefile b/usr.bin/infocmp/Makefile index 823881cf945..6ed9d56c529 100644 --- a/usr.bin/infocmp/Makefile +++ b/usr.bin/infocmp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 1999/01/22 04:51:31 millert Exp $ +# $OpenBSD: Makefile,v 1.2 2000/02/20 21:50:18 millert Exp $ PROG= infocmp SRCS= infocmp.c dump_entry.c @@ -7,6 +7,7 @@ LDADD= -lcurses CURSES= ${.CURDIR}/../../lib/libcurses TIC= ${.CURDIR}/../tic CFLAGS+= -I${CURSES} -I${TIC} -I${.CURDIR} -I. +CLEANFILES+= termsort.c .PATH: ${TIC} beforedepend: termsort.c diff --git a/usr.bin/tset/Makefile b/usr.bin/tset/Makefile index e8264bb66af..a155330b639 100644 --- a/usr.bin/tset/Makefile +++ b/usr.bin/tset/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1998/11/16 03:08:40 millert Exp $ +# $OpenBSD: Makefile,v 1.7 2000/02/20 21:50:18 millert Exp $ PROG= tset SRCS= tset.c dump_entry.c termcap.c @@ -7,6 +7,7 @@ LDADD= -lcurses CURSES= ${.CURDIR}/../../lib/libcurses TIC= ${.CURDIR}/../tic CFLAGS+= -I${CURSES} -I${TIC} -I${.CURDIR} -I. +CLEANFILES+= termsort.c .PATH: ${TIC} LINKS= ${BINDIR}/tset ${BINDIR}/reset MLINKS= tset.1 reset.1 |