diff options
Diffstat (limited to 'usr.bin/tic')
-rw-r--r-- | usr.bin/tic/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/tic/Makefile b/usr.bin/tic/Makefile index 8febec0eae2..e16d2461366 100644 --- a/usr.bin/tic/Makefile +++ b/usr.bin/tic/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2012/09/10 04:03:36 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2017/06/16 10:25:54 espie Exp $ PROG= tic SRCS= dump_entry.c tic.c @@ -17,6 +17,8 @@ COPTS+= -O0 beforedepend: termsort.c +dump_entry.o: termsort.c + termsort.c: MKtermsort.sh sh ${.CURDIR}/MKtermsort.sh awk ${CURSES}/Caps > ${.TARGET} |