aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile.inc
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1995-10-01 14:55:06 +0000
committerMark Murray <markm@FreeBSD.org>1995-10-01 14:55:06 +0000
commit6cef1ad675b144ae182f5cf4713292d2a44ea063 (patch)
treebc5f034aa2ad8338a4759997b6fff7d501199b91 /bin/Makefile.inc
parent670e751a63c794eb60d89f5d9eda701c21c3ae67 (diff)
downloadsrc-6cef1ad675b144ae182f5cf4713292d2a44ea063.tar.gz
src-6cef1ad675b144ae182f5cf4713292d2a44ea063.zip
Notes
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 4760782bef05..00b7d83cb6cd 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