aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1999-09-19 22:14:33 +0000
committerMark Murray <markm@FreeBSD.org>1999-09-19 22:14:33 +0000
commit105b74f110bf27b328e783430121720c62648228 (patch)
tree3145e9661f9aec55df780b24a2b512a86c0ab763 /sbin/dump/Makefile
parent69746547bd08f0384886339d7453fadd19ff6d0a (diff)
downloadsrc-105b74f110bf27b328e783430121720c62648228.tar.gz
src-105b74f110bf27b328e783430121720c62648228.zip
Fix for new KerberosFix for new Kerberos44
Notes
Notes: svn path=/head/; revision=51435
Diffstat (limited to 'sbin/dump/Makefile')
-rw-r--r--sbin/dump/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile
index 0452bfc49e1a..cfa0cf79a9be 100644
--- a/sbin/dump/Makefile
+++ b/sbin/dump/Makefile
@@ -16,6 +16,7 @@
PROG= dump
LINKS= ${BINDIR}/dump ${BINDIR}/rdump
CFLAGS+=-DRDUMP
+CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c
BINGRP= tty
BINMODE=2555