summaryrefslogtreecommitdiffstats
path: root/usr.bin/su/Makefile
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/su/Makefile
parent02824f2ad90badfccd8ca483c483615d1526ce95 (diff)
downloadFreeBSD-src-ec4dc9550e180509f05a84dba8f7d0f654e6de13.zip
FreeBSD-src-ec4dc9550e180509f05a84dba8f7d0f654e6de13.tar.gz
Fix LIBDIR (for aout/ELF).
Diffstat (limited to 'usr.bin/su/Makefile')
-rw-r--r--usr.bin/su/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index ff98997..e468065 100644
--- a/usr.bin/su/Makefile
+++ b/usr.bin/su/Makefile
@@ -19,7 +19,7 @@ COPTS+= -DWHEELSU
.endif
CFLAGS+= -Wall
-.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) \
+.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4) \
&& !defined(LC_AUTH)
CFLAGS+=-DKERBEROS
DPADD+= ${LIBKRB} ${LIBDES}
OpenPOWER on IntegriCloud