aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump/Makefile
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1997-04-29 17:46:27 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1997-04-29 17:46:27 +0000
commit1982ee69fdfc44dcd1e011ac5cd45fd614f5cdae (patch)
tree1dc960f68394a8b00a2f3832371e31692c9fd945 /sbin/dump/Makefile
parent7d322c735e3d9e6a0e551d3921e9d84531b8c9de (diff)
Notes
Diffstat (limited to 'sbin/dump/Makefile')
-rw-r--r--sbin/dump/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile
index 0912d8ddb313f..764a7d6e763fb 100644
--- a/sbin/dump/Makefile
+++ b/sbin/dump/Makefile
@@ -22,4 +22,11 @@ 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
+LDADD+= -lkrb -ldes
+CFLAGS+=-DKERBEROS
+.endif
+
.include <bsd.prog.mk>