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 /usr.bin/tset/Makefile | |
parent | eac3d63ea115546cf1b764d16f8e6347f3ed2a00 (diff) |
Add termsort.c to CLEANFILES (tic already had this); ho@openbsd.org
Diffstat (limited to 'usr.bin/tset/Makefile')
-rw-r--r-- | usr.bin/tset/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |