From 4c96d4ebbcd7cdce018cbbe6a0b245eda24c9737 Mon Sep 17 00:00:00 2001 From: espie <> Date: Fri, 16 Jun 2017 10:25:54 +0000 Subject: mark files as BUILDFIRST, or write explicit dependencies, so that most programs will build even without a make depend first. okay tb@ millert@ --- src/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 @@ -# $OpenBSD: Makefile,v 1.18 2017/05/29 09:44:01 deraadt Exp $ +# $OpenBSD: Makefile,v 1.19 2017/06/16 10:25:54 espie Exp $ LIB= crypto LIBREBUILD=y @@ -440,6 +440,7 @@ SRCS+= wp_block.c .endif all beforedepend: ${GENERATED} +BUILDFIRST = ${GENERATED} .include -- cgit v1.2.3-55-g6feb