diff options
| author | tb <> | 2019-01-23 00:50:39 +0000 |
|---|---|---|
| committer | tb <> | 2019-01-23 00:50:39 +0000 |
| commit | 5e3ba0b6e988271beb2c6d14aaf0736ce9042693 (patch) | |
| tree | fa45d990c1d799a1a86faad1378ca5c2e2faeb8c /src/lib/libc | |
| parent | 1db558bf7a3ffc93c4bdffeb3f1bcd27924dc262 (diff) | |
| download | openbsd-5e3ba0b6e988271beb2c6d14aaf0736ce9042693.tar.gz openbsd-5e3ba0b6e988271beb2c6d14aaf0736ce9042693.tar.bz2 openbsd-5e3ba0b6e988271beb2c6d14aaf0736ce9042693.zip | |
No need to include <bsd.prog.mk> here.
ok bcook
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> |
