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/lib/libssl/Makefile | |
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 '')
-rw-r--r-- | src/lib/libssl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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> |