summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/bdes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/bdes/Makefile')
-rw-r--r--secure/usr.bin/bdes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/usr.bin/bdes/Makefile b/secure/usr.bin/bdes/Makefile
index 8f5234a..5af8438 100644
--- a/secure/usr.bin/bdes/Makefile
+++ b/secure/usr.bin/bdes/Makefile
@@ -1,11 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id: Makefile,v 1.5 1994/11/14 20:45:35 phk Exp $
+# $Id: Makefile,v 1.6 1995/12/21 17:57:16 ache Exp $
PROG= bdes
SRCS= bdes.c
-.if exists(${.CURDIR}/../../lib/libcipher/obj)
-LDFLAGS+= -L${.CURDIR}/../../lib/libcipher/obj
+.if exists(${.OBJDIR}/../../lib/libcipher)
+LDFLAGS+= -L${.OBJDIR}/../../lib/libcipher
.else
LDFLAGS+= -L${.CURDIR}/../../lib/libcipher
.endif
OpenPOWER on IntegriCloud