summaryrefslogtreecommitdiffstats
path: root/sbin/dump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/dump/Makefile')
-rw-r--r--sbin/dump/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile
index 8a91697..a89e2c9 100644
--- a/sbin/dump/Makefile
+++ b/sbin/dump/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
+# $Id$
# dump.h header file
# itime.c reads /etc/dumpdates
@@ -22,7 +23,7 @@ BINMODE=2555
MAN8= dump.8
MLINKS+=dump.8 rdump.8
-.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
+.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
.PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd
SRCS+= krcmd.c kcmd.c rcmd_util.c
LDADD+= -lkrb -ldes
OpenPOWER on IntegriCloud