diff options
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-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 5d435d306d..d3be27ade1 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.212 2024/10/18 10:57:26 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.213 2024/10/18 11:12:10 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -230,7 +230,6 @@ SRCS+= conf_api.c | |||
230 | SRCS+= conf_def.c | 230 | SRCS+= conf_def.c |
231 | SRCS+= conf_err.c | 231 | SRCS+= conf_err.c |
232 | SRCS+= conf_lib.c | 232 | SRCS+= conf_lib.c |
233 | SRCS+= conf_mall.c | ||
234 | SRCS+= conf_mod.c | 233 | SRCS+= conf_mod.c |
235 | SRCS+= conf_sap.c | 234 | SRCS+= conf_sap.c |
236 | 235 | ||