aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin/bdes
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-06-24 04:26:21 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-06-24 04:26:21 +0000
commitcd9a2f5c280b40222d21ca68b5b0962ff712d6cf (patch)
treedc80da53186aab7c56424c2574b0cd7928930721 /secure/usr.bin/bdes
parent2388d5d1cef849c6482878f223517c38456feecf (diff)
downloadsrc-cd9a2f5c280b40222d21ca68b5b0962ff712d6cf.tar.gz
src-cd9a2f5c280b40222d21ca68b5b0962ff712d6cf.zip
Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
Notes
Notes: svn path=/head/; revision=16663
Diffstat (limited to 'secure/usr.bin/bdes')
-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 8f5234a4a815..5af8438a1d4b 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