diff options
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 66f511761b..ef07324416 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.31 2019/01/19 01:07:00 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.32 2019/01/23 00:50:39 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -468,5 +468,4 @@ beforeinstall: | |||
468 | ${INSTALL} ${INSTALL_COPY} -o root -g ${SHAREGRP} \ | 468 | ${INSTALL} ${INSTALL_COPY} -o root -g ${SHAREGRP} \ |
469 | -m ${SHAREMODE} ${.OBJDIR}/${PC_FILES} ${DESTDIR}/usr/lib/pkgconfig/ | 469 | -m ${SHAREMODE} ${.OBJDIR}/${PC_FILES} ${DESTDIR}/usr/lib/pkgconfig/ |
470 | 470 | ||
471 | .include <bsd.prog.mk> | ||
472 | .include <bsd.subdir.mk> | 471 | .include <bsd.subdir.mk> |