diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 1999-12-28 16:22:50 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 1999-12-28 16:22:50 +0000 |
| commit | 47dbe12fc009e8b54e326e8464aeb2df352938ac (patch) | |
| tree | 9f50af5b716acea9a662309edbc09e5f80f40dd1 | |
| parent | 687fce03619ba355d08a6a09d9cbd33a794b21d4 (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index c91c1ed3d192..e886c47ef155 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -187,7 +187,8 @@ USRDIRS= usr/bin usr/lib/compat/aout usr/games usr/libdata/ldscripts \ USRDIRS+= usr/libexec/aout .endif -INCDIRS= arpa g++/std objc protocols readline rpc rpcsvc security ss +INCDIRS= arpa g++/std objc protocols readline rpc rpcsvc openssl \ + security ss # # buildworld @@ -472,7 +473,9 @@ includes: cd ${.CURDIR}/gnu/lib/libgmp; ${MAKE} beforeinstall cd ${.CURDIR}/gnu/usr.bin/cc/cc1plus; ${MAKE} beforeinstall .if exists(${.CURDIR}/secure) && !defined(NOCRYPT) + cd ${.CURDIR}/secure/lib/libcrypto; ${MAKE} beforeinstall cd ${.CURDIR}/secure/lib/libdes; ${MAKE} beforeinstall + cd ${.CURDIR}/secure/lib/libssl; ${MAKE} beforeinstall .endif .if exists(${.CURDIR}/kerberosIV) && !defined(NOCRYPT) && \ defined(MAKE_KERBEROS4) |
