summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-08-18 03:36:26 +0000
committerpeter <peter@FreeBSD.org>2001-08-18 03:36:26 +0000
commit77c5965e950cf42cc538f91c6788bc16f6399b7e (patch)
treec90042e807f5a9c7e0ed304c9145ebee92a76719 /usr.bin/Makefile
parent886fd9ad6410a7fe63b78d537a2ecd09545c5d07 (diff)
downloadFreeBSD-src-77c5965e950cf42cc538f91c6788bc16f6399b7e.zip
FreeBSD-src-77c5965e950cf42cc538f91c6788bc16f6399b7e.tar.gz
Correct path (../crypto, not ../../crypto)
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index bc053b5..35cf74c 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -228,7 +228,7 @@ SUBDIR+=ar \
SUBDIR+=uac
.endif
-.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
+.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
SUBDIR+=chkey newkey
.endif
OpenPOWER on IntegriCloud