summaryrefslogtreecommitdiffstats
path: root/sbin/dump/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-05-01 20:09:58 +0000
committermarkm <markm@FreeBSD.org>2003-05-01 20:09:58 +0000
commit4a635f887e72a0ea5eef446a774cacc3f16826b9 (patch)
treea5d4c911662afad675e877472c123fda8fe29833 /sbin/dump/Makefile
parent3c131e044ae8a822e5abb96a7883d8e3fddb16a7 (diff)
downloadFreeBSD-src-4a635f887e72a0ea5eef446a774cacc3f16826b9.zip
FreeBSD-src-4a635f887e72a0ea5eef446a774cacc3f16826b9.tar.gz
De-Kerberise (KerberosIV). KerberosIV is no longer present, and
remote backups can still be done with Kerberos authentication using SSH and Kerberos 5.
Diffstat (limited to 'sbin/dump/Makefile')
-rw-r--r--sbin/dump/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile
index 58b5951..5d958db 100644
--- a/sbin/dump/Makefile
+++ b/sbin/dump/Makefile
@@ -22,17 +22,4 @@ SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c cache.c
MAN= dump.8
MLINKS+=dump.8 rdump.8
-.if defined(MAKE_KERBEROS4) && !defined(NO_OPENSSL) && !defined(NOCRYPT)
-.PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd
-SRCS+= krcmd.c kcmd.c rcmd_util.c
-DPADD= ${LIBKRB} ${LIBCRYPTO}
-LDADD+= -lkrb -lcrypto
-CFLAGS+=-DKERBEROS -DHAVE_CONFIG_H \
- -I${.CURDIR}/../../kerberosIV/include \
- -I${.CURDIR}/../../crypto/kerberosIV/include \
- -I${.CURDIR}/../../crypto/kerberosIV/lib/roken \
- -I${.CURDIR}/../../crypto/kerberosIV/appl/bsd
-DISTRIBUTION= krb4
-.endif
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud