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
commit4c96d4ebbcd7cdce018cbbe6a0b245eda24c9737 (patch)
tree138fe7d8c87fe61d0d4268c0bc6e8efd2064b8dd /src
parente2a1077404a257e6d59dba29fe9346b5ca99d587 (diff)
downloadopenbsd-4c96d4ebbcd7cdce018cbbe6a0b245eda24c9737.tar.gz
openbsd-4c96d4ebbcd7cdce018cbbe6a0b245eda24c9737.tar.bz2
openbsd-4c96d4ebbcd7cdce018cbbe6a0b245eda24c9737.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