From ec4dc9550e180509f05a84dba8f7d0f654e6de13 Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 6 Aug 1998 21:41:13 +0000 Subject: Fix LIBDIR (for aout/ELF). --- sbin/dump/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sbin/dump') 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 -- cgit v1.1