summaryrefslogtreecommitdiffstats
path: root/bin/Makefile.inc
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1995-10-01 14:55:06 +0000
committermarkm <markm@FreeBSD.org>1995-10-01 14:55:06 +0000
commitafe826ae7c73b77259ac82e55db19e72680b4b8f (patch)
treebc5f034aa2ad8338a4759997b6fff7d501199b91 /bin/Makefile.inc
parent50f18fc23c1856736ced335568122f31d7e9ff09 (diff)
downloadFreeBSD-src-afe826ae7c73b77259ac82e55db19e72680b4b8f.zip
FreeBSD-src-afe826ae7c73b77259ac82e55db19e72680b4b8f.tar.gz
Define CRYPTOBJDIR if secure is being built
Diffstat (limited to 'bin/Makefile.inc')
-rw-r--r--bin/Makefile.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/Makefile.inc b/bin/Makefile.inc
index 4760782..00b7d83 100644
--- a/bin/Makefile.inc
+++ b/bin/Makefile.inc
@@ -2,3 +2,13 @@
BINDIR?= /bin
NOSHARED?= YES
+
+.if exists (${.CURDIR}/../../secure)
+
+.if exists(${.CURDIR}/../../secure/lib/libcrypt/obj)
+CRYPTOBJDIR= ${.CURDIR}/../../secure/lib/libcrypt/obj
+.else
+CRYPTOBJDIR= ${.CURDIR}/../../secure/lib/libcrypt
+.endif
+
+.endif
OpenPOWER on IntegriCloud