diff options
-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 |