summaryrefslogtreecommitdiffstats
path: root/sbin/restore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/restore/Makefile')
-rw-r--r--sbin/restore/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile
index 72043a1..7813606 100644
--- a/sbin/restore/Makefile
+++ b/sbin/restore/Makefile
@@ -12,17 +12,4 @@ MAN= restore.8
MLINKS+=restore.8 rrestore.8
.PATH: ${.CURDIR}/../dump
-.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