diff options
Diffstat (limited to 'usr.bin/tic')
-rw-r--r-- | usr.bin/tic/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |