diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/infocmp/Makefile | 4 | ||||
-rw-r--r-- | usr.bin/tic/Makefile | 4 | ||||
-rw-r--r-- | usr.bin/tset/Makefile | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/usr.bin/infocmp/Makefile b/usr.bin/infocmp/Makefile index 919cd33d924..bda61701d75 100644 --- a/usr.bin/infocmp/Makefile +++ b/usr.bin/infocmp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2017/06/16 10:25:54 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2019/12/21 21:40:01 espie Exp $ PROG= infocmp SRCS= infocmp.c dump_entry.c @@ -10,8 +10,6 @@ CFLAGS+= -I${CURSES} -I${TIC} -I${.CURDIR} -I. CLEANFILES+= termsort.c infocmp.1 .PATH: ${TIC} -beforedepend: termsort.c - dump_entry.o: termsort.c termsort.c: ${TIC}/MKtermsort.sh diff --git a/usr.bin/tic/Makefile b/usr.bin/tic/Makefile index e16d2461366..577f9acbe83 100644 --- a/usr.bin/tic/Makefile +++ b/usr.bin/tic/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2017/06/16 10:25:54 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2019/12/21 21:40:01 espie Exp $ PROG= tic SRCS= dump_entry.c tic.c @@ -15,8 +15,6 @@ CLEANFILES+= termsort.c captoinfo.1 COPTS+= -O0 .endif -beforedepend: termsort.c - dump_entry.o: termsort.c termsort.c: MKtermsort.sh diff --git a/usr.bin/tset/Makefile b/usr.bin/tset/Makefile index 312f7528cb8..b7b86036f47 100644 --- a/usr.bin/tset/Makefile +++ b/usr.bin/tset/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2017/06/16 10:25:54 espie Exp $ +# $OpenBSD: Makefile,v 1.12 2019/12/21 21:40:01 espie Exp $ PROG= tset SRCS= tset.c dump_entry.c @@ -11,8 +11,6 @@ CLEANFILES+= termsort.c .PATH: ${TIC} LINKS= ${BINDIR}/tset ${BINDIR}/reset -beforedepend: termsort.c - dump_entry.o: termsort.c termsort.c: ${TIC}/MKtermsort.sh |