diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-03-23 04:47:22 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-03-23 04:47:22 +0000 |
commit | dc9f7109a9d50d224cdbcdc0af60436e8f9f04df (patch) | |
tree | fcf85c6b58606270c4a33f03a19af020092d0a83 /security | |
parent | New port lmule version 1.1.11.b: Port of eMule eDonkey P2P client (diff) |
- use include more consistent
Notes
Notes:
svn path=/head/; revision=77189
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 1c75e74dc3d5..b5c2966790d4 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -41,7 +41,7 @@ PAM=no .include <bsd.port.pre.mk> -.include <${PORTSDIR}/security/openssl/Makefile.ssl> +.include "${PORTSDIR}/security/openssl/Makefile.ssl" CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto # Here, MANDIR is concetenated to DESTDIR which all forms the man install dir... |