aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1997-09-28 08:42:27 +0000
committerMark Murray <markm@FreeBSD.org>1997-09-28 08:42:27 +0000
commit81127b1486b1a9b004d689f4947bd1c3a51afd5a (patch)
treefdc833ab8968488d6b11ac89ec5e0ed7c3a5def5 /sbin/dump/Makefile
parent8aeaa47e808cc0b7e9df31e767a5ad5fd8c915a5 (diff)
Changes for the new KTH KerberosIV.
Notes
Notes: svn path=/head/; revision=29919
Diffstat (limited to 'sbin/dump/Makefile')
-rw-r--r--sbin/dump/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile
index 764a7d6e763f..0c224567c12d 100644
--- a/sbin/dump/Makefile
+++ b/sbin/dump/Makefile
@@ -22,11 +22,15 @@ BINMODE=2555
MAN8= dump.8
MLINKS+=dump.8 rdump.8
-.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_EBONES)
-.PATH: ${.CURDIR}/../../usr.bin/rlogin
-SRCS+= krcmd.c kcmd.c
+.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
+.PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd
+SRCS+= krcmd.c kcmd.c rcmd_util.c
LDADD+= -lkrb -ldes
-CFLAGS+=-DKERBEROS
+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
.endif
.include <bsd.prog.mk>