diff options
author | 2019-01-23 00:50:39 +0000 | |
---|---|---|
committer | 2019-01-23 00:50:39 +0000 | |
commit | 066e96a9df27f2a17eed30f9e61a825be85e39f6 (patch) | |
tree | 23f3fd47f28a1a8fde5d4ec7c46b98c9b74a1f5d | |
parent | futimens(2), futimes(2), utimensat(2), utimes(2): Validate input at copyin (diff) | |
download | wireguard-openbsd-066e96a9df27f2a17eed30f9e61a825be85e39f6.tar.xz wireguard-openbsd-066e96a9df27f2a17eed30f9e61a825be85e39f6.zip |
No need to include <bsd.prog.mk> here.
ok bcook
-rw-r--r-- | lib/libcrypto/Makefile | 3 | ||||
-rw-r--r-- | lib/libssl/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index 66f511761b5..ef073244161 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2019/01/19 01:07:00 tb Exp $ +# $OpenBSD: Makefile,v 1.32 2019/01/23 00:50:39 tb Exp $ LIB= crypto LIBREBUILD=y @@ -468,5 +468,4 @@ beforeinstall: ${INSTALL} ${INSTALL_COPY} -o root -g ${SHAREGRP} \ -m ${SHAREMODE} ${.OBJDIR}/${PC_FILES} ${DESTDIR}/usr/lib/pkgconfig/ -.include <bsd.prog.mk> .include <bsd.subdir.mk> diff --git a/lib/libssl/Makefile b/lib/libssl/Makefile index de8d66c653e..ca6e4022780 100644 --- a/lib/libssl/Makefile +++ b/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.53 2019/01/21 13:45:57 jsing Exp $ +# $OpenBSD: Makefile,v 1.54 2019/01/23 00:50:39 tb Exp $ .include <bsd.own.mk> .ifndef NOMAN @@ -105,5 +105,4 @@ beforeinstall: -m ${SHAREMODE} ${.OBJDIR}/$p ${DESTDIR}/usr/lib/pkgconfig/ .endfor -.include <bsd.prog.mk> .include <bsd.subdir.mk> |