diff options
| author | Mark Murray <markm@FreeBSD.org> | 1998-08-06 21:41:13 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1998-08-06 21:41:13 +0000 |
| commit | 448bbb58059594280e0c3f2e3e5a03c4c715212e (patch) | |
| tree | 8b15932ddc92729187e2eedd7734373a9a2122d3 /usr.bin/su | |
| parent | 60175a977292cc73c5c2fed00819450155f6ce2e (diff) | |
Notes
Diffstat (limited to 'usr.bin/su')
| -rw-r--r-- | usr.bin/su/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index ff98997599687..e468065bd0632 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} |
