diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-07-24 18:30:25 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-07-24 18:30:25 +0000 |
| commit | ebb9f0efa8c69ce933e80805ae4fd9b3607d7ef3 (patch) | |
| tree | 02f034a43f77b334e2a958993abac4da32ec093c /usr.bin/Makefile | |
| parent | 22b490943022a4b358794dea89dd489d1435de72 (diff) | |
Notes
Diffstat (limited to 'usr.bin/Makefile')
| -rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 52febe4280c76..310c39fb9c4bd 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -248,7 +248,7 @@ SUBDIR+=ncplist \ smbutil .endif -.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) +.if !defined(NOCRYPT) && !defined(NO_OPENSSL) SUBDIR+=chkey newkey .endif |
