diff options
author | espie <> | 2017-06-16 10:25:54 +0000 |
---|---|---|
committer | espie <> | 2017-06-16 10:25:54 +0000 |
commit | 4c96d4ebbcd7cdce018cbbe6a0b245eda24c9737 (patch) | |
tree | 138fe7d8c87fe61d0d4268c0bc6e8efd2064b8dd /src | |
parent | e2a1077404a257e6d59dba29fe9346b5ca99d587 (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -440,6 +440,7 @@ SRCS+= wp_block.c | |||
440 | .endif | 440 | .endif |
441 | 441 | ||
442 | all beforedepend: ${GENERATED} | 442 | all beforedepend: ${GENERATED} |
443 | BUILDFIRST = ${GENERATED} | ||
443 | 444 | ||
444 | .include <bsd.lib.mk> | 445 | .include <bsd.lib.mk> |
445 | 446 | ||