aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile.inc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-12-06 10:50:23 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-12-06 10:50:23 +0000
commitaa70e98b87b4261182b8bbebddd40bced1b8af58 (patch)
tree55c9ebf6c1e5548efc46c1e664163ec5678b78ef /bin/Makefile.inc
parent68f1d5a3544f940c8a2afc1312896dcf0329c96d (diff)
downloadsrc-aa70e98b87b4261182b8bbebddd40bced1b8af58.tar.gz
src-aa70e98b87b4261182b8bbebddd40bced1b8af58.zip
-lcipher is an installable library.
Notes
Notes: svn path=/head/; revision=87444
Diffstat (limited to 'bin/Makefile.inc')
-rw-r--r--bin/Makefile.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/Makefile.inc b/bin/Makefile.inc
index 29cd22b54e8a..61c34713dda5 100644
--- a/bin/Makefile.inc
+++ b/bin/Makefile.inc
@@ -5,13 +5,3 @@ BINDIR?= /bin
CFLAGS+= -Wall -Wformat
NOSHARED?= YES
WARNS?= 2
-
-.if exists (${.CURDIR}/../../secure)
-
-.if exists(${.CURDIR}/../../secure/lib/libcipher/obj)
-CIPHEROBJDIR= ${.CURDIR}/../../secure/lib/libcipher/obj
-.else
-CIPHEROBJDIR= ${.CURDIR}/../../secure/lib/libcipher
-.endif
-
-.endif