diff options
author | tb <> | 2019-01-23 00:50:39 +0000 |
---|---|---|
committer | tb <> | 2019-01-23 00:50:39 +0000 |
commit | b5497a3f7d31b91aa0945fd4841041ca2b2c3fd4 (patch) | |
tree | fa45d990c1d799a1a86faad1378ca5c2e2faeb8c /src | |
parent | 80128d42b7c5e748f386dc5fc37fd9e9c390f20b (diff) | |
download | openbsd-b5497a3f7d31b91aa0945fd4841041ca2b2c3fd4.tar.gz openbsd-b5497a3f7d31b91aa0945fd4841041ca2b2c3fd4.tar.bz2 openbsd-b5497a3f7d31b91aa0945fd4841041ca2b2c3fd4.zip |
No need to include <bsd.prog.mk> here.
ok bcook
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/Makefile | 3 | ||||
-rw-r--r-- | src/lib/libssl/Makefile | 3 |
2 files changed, 2 insertions, 4 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> |
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index de8d66c653..ca6e402278 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.53 2019/01/21 13:45:57 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.54 2019/01/23 00:50:39 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | .ifndef NOMAN | 4 | .ifndef NOMAN |
@@ -105,5 +105,4 @@ beforeinstall: | |||
105 | -m ${SHAREMODE} ${.OBJDIR}/$p ${DESTDIR}/usr/lib/pkgconfig/ | 105 | -m ${SHAREMODE} ${.OBJDIR}/$p ${DESTDIR}/usr/lib/pkgconfig/ |
106 | .endfor | 106 | .endfor |
107 | 107 | ||
108 | .include <bsd.prog.mk> | ||
109 | .include <bsd.subdir.mk> | 108 | .include <bsd.subdir.mk> |