aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-05-01 20:09:58 +0000
committerMark Murray <markm@FreeBSD.org>2003-05-01 20:09:58 +0000
commit8edde085dd273e8c7b1c56f5b84f01ffcf738606 (patch)
treea5d4c911662afad675e877472c123fda8fe29833 /sbin/dump/Makefile
parent659be635a459dd831003b5dec5ee17939ef28f85 (diff)
downloadsrc-8edde085dd273e8c7b1c56f5b84f01ffcf738606.tar.gz
src-8edde085dd273e8c7b1c56f5b84f01ffcf738606.zip
De-Kerberise (KerberosIV). KerberosIV is no longer present, and
remote backups can still be done with Kerberos authentication using SSH and Kerberos 5.
Notes
Notes: svn path=/head/; revision=114452
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 58b5951f4ccb..5d958dbd3a00 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>