summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorespie <>2017-06-16 10:25:54 +0000
committerespie <>2017-06-16 10:25:54 +0000
commit8216c8f121c197a76840fb3260e5a44335efefd9 (patch)
tree138fe7d8c87fe61d0d4268c0bc6e8efd2064b8dd /src
parentec49788d97e255e06f128304a04aa5bf13544538 (diff)
downloadopenbsd-8216c8f121c197a76840fb3260e5a44335efefd9.tar.gz
openbsd-8216c8f121c197a76840fb3260e5a44335efefd9.tar.bz2
openbsd-8216c8f121c197a76840fb3260e5a44335efefd9.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 'src')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 4e9528a5d9..4b6fdfb2d7 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.18 2017/05/29 09:44:01 deraadt Exp $ 1# $OpenBSD: Makefile,v 1.19 2017/06/16 10:25:54 espie Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -440,6 +440,7 @@ SRCS+= wp_block.c
440.endif 440.endif
441 441
442all beforedepend: ${GENERATED} 442all beforedepend: ${GENERATED}
443BUILDFIRST = ${GENERATED}
443 444
444.include <bsd.lib.mk> 445.include <bsd.lib.mk>
445 446