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 /sbin/restore | |
parent | 60175a977292cc73c5c2fed00819450155f6ce2e (diff) | |
download | src-test2-448bbb58059594280e0c3f2e3e5a03c4c715212e.tar.gz src-test2-448bbb58059594280e0c3f2e3e5a03c4c715212e.zip |
Notes
Diffstat (limited to 'sbin/restore')
-rw-r--r-- | sbin/restore/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index 0b6ea61a35e9..2f6a99cbc15d 100644 --- a/sbin/restore/Makefile +++ b/sbin/restore/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $Id$ PROG= restore LINKS= ${BINDIR}/restore ${BINDIR}/rrestore @@ -12,7 +13,7 @@ MAN8= restore.8 MLINKS+=restore.8 rrestore.8 .PATH: ${.CURDIR}/../dump -.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 |