--- Makefile.orig	Wed Mar 26 14:30:27 2003
+++ Makefile	Wed Mar 26 14:30:42 2003
@@ -4,11 +4,6 @@
 PROG=	bdes
 SRCS=	bdes.c
 
-.if exists(${.OBJDIR}/../../lib/libcipher)
-LDFLAGS+= -L${.OBJDIR}/../../lib/libcipher
-.else
-LDFLAGS+= -L${.CURDIR}/../../lib/libcipher
-.endif
 
 LDADD+= -lcipher
 DPADD+= libcipher.a
