summaryrefslogtreecommitdiffstats
path: root/usr.bin/infocmp
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2017-06-16 10:25:54 +0000
committerespie <espie@openbsd.org>2017-06-16 10:25:54 +0000
commit2eaa2fe8e4c975f189b35b9684cb933b44b1d989 (patch)
tree9d5304e0d9cacbd0cdcd5a8428b0fb186e404364 /usr.bin/infocmp
parentintroduce a BUILDFIRST/BUILDAFTER mechanism: (diff)
downloadwireguard-openbsd-2eaa2fe8e4c975f189b35b9684cb933b44b1d989.tar.xz
wireguard-openbsd-2eaa2fe8e4c975f189b35b9684cb933b44b1d989.zip
mark files as BUILDFIRST, or write explicit dependencies, so that most
programs will build even without a make depend first. okay tb@ millert@
Diffstat (limited to 'usr.bin/infocmp')
-rw-r--r--usr.bin/infocmp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/infocmp/Makefile b/usr.bin/infocmp/Makefile
index cd9407e9bf2..919cd33d924 100644
--- a/usr.bin/infocmp/Makefile
+++ b/usr.bin/infocmp/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2011/06/23 22:46:12 schwarze Exp $
+# $OpenBSD: Makefile,v 1.4 2017/06/16 10:25:54 espie Exp $
PROG= infocmp
SRCS= infocmp.c dump_entry.c
@@ -12,6 +12,8 @@ CLEANFILES+= termsort.c infocmp.1
beforedepend: termsort.c
+dump_entry.o: termsort.c
+
termsort.c: ${TIC}/MKtermsort.sh
sh ${TIC}/MKtermsort.sh awk ${CURSES}/Caps > ${.TARGET}