diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2019-12-21 21:40:02 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2019-12-21 21:40:02 +0000 |
commit | 2e505302fed71ccbc606e78804729f6b344ed695 (patch) | |
tree | ef018cd1a79bdd3dc83e31e78b66024bf73f2cba /usr.bin/tic | |
parent | eff9f5fbd1f620a72344d69193c82cc393dd5285 (diff) |
a few depend:-related thingies that were still in.
okay millert@, tb@
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 |