diff options
Diffstat (limited to 'bin/Makefile.inc')
-rw-r--r-- | bin/Makefile.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/Makefile.inc b/bin/Makefile.inc index 29cd22b..61c3471 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 |