diff options
author | espie <> | 2017-07-10 21:30:37 +0000 |
---|---|---|
committer | espie <> | 2017-07-10 21:30:37 +0000 |
commit | 37db74f19dd7a4d6588a1d2a7e609ef735fc54a4 (patch) | |
tree | ffe967e2cfe9e918b49ba4c4373f746439aab2a6 /src/lib/libc | |
parent | 6cac308477ac21bbd4f999be22dccf5485be6cb2 (diff) | |
download | openbsd-37db74f19dd7a4d6588a1d2a7e609ef735fc54a4.tar.gz openbsd-37db74f19dd7a4d6588a1d2a7e609ef735fc54a4.tar.bz2 openbsd-37db74f19dd7a4d6588a1d2a7e609ef735fc54a4.zip |
remove misc. depend and yacc nits that no longer matter.
okay millert@
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 4b6fdfb2d7..cb714c563a 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.19 2017/06/16 10:25:54 espie Exp $ | 1 | # $OpenBSD: Makefile,v 1.20 2017/07/10 21:30:37 espie Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -439,7 +439,6 @@ SRCS+= rc4_enc.c rc4_skey.c | |||
439 | SRCS+= wp_block.c | 439 | SRCS+= wp_block.c |
440 | .endif | 440 | .endif |
441 | 441 | ||
442 | all beforedepend: ${GENERATED} | ||
443 | BUILDFIRST = ${GENERATED} | 442 | BUILDFIRST = ${GENERATED} |
444 | 443 | ||
445 | .include <bsd.lib.mk> | 444 | .include <bsd.lib.mk> |