summaryrefslogtreecommitdiffstats
path: root/usr.bin/passwd
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1998-08-06 21:41:13 +0000
committermarkm <markm@FreeBSD.org>1998-08-06 21:41:13 +0000
commitec4dc9550e180509f05a84dba8f7d0f654e6de13 (patch)
treece6f1b32584b0c69c290c4f5b471b62bbd376af6 /usr.bin/passwd
parent02824f2ad90badfccd8ca483c483615d1526ce95 (diff)
downloadFreeBSD-src-ec4dc9550e180509f05a84dba8f7d0f654e6de13.zip
FreeBSD-src-ec4dc9550e180509f05a84dba8f7d0f654e6de13.tar.gz
Fix LIBDIR (for aout/ELF).
Diffstat (limited to 'usr.bin/passwd')
-rw-r--r--usr.bin/passwd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile
index 117be93..4909e57 100644
--- a/usr.bin/passwd/Makefile
+++ b/usr.bin/passwd/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 4/2/94
-# $Id: Makefile,v 1.27 1998/03/06 14:02:04 bde Exp $
+# $Id$
PROG= passwd
SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c pw_yp.c \
@@ -55,7 +55,7 @@ MAN1=passwd.1
LINKS=${BINDIR}/passwd ${BINDIR}/yppasswd
MLINKS=passwd.1 yppasswd.1
-.if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS4))
+.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && (defined(MAKE_KERBEROS4))
SRCS+= kpasswd_standalone.c
.PATH: ${.CURDIR}/../../usr.bin/chpass ${.CURDIR}/../../usr.sbin/vipw \
${.CURDIR}/../../usr.bin/rlogin ${.CURDIR}/../../usr.bin/passwd \
OpenPOWER on IntegriCloud