summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-09-19 22:14:33 +0000
committermarkm <markm@FreeBSD.org>1999-09-19 22:14:33 +0000
commita90c53c2661755cf2b2b3cb33aaa8600ba62943b (patch)
tree31379b4721b5ab3c29471097d10fcb08d95f2c1b /sbin
parent323c69d480d4f98f338b3d3d2ec234aeadc3f6ec (diff)
downloadFreeBSD-src-a90c53c2661755cf2b2b3cb33aaa8600ba62943b.zip
FreeBSD-src-a90c53c2661755cf2b2b3cb33aaa8600ba62943b.tar.gz
Fix for new KerberosFix for new Kerberos44
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dump/Makefile1
-rw-r--r--sbin/restore/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile
index 0452bfc..cfa0cf7 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
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile
index ca0e521..c14e95a 100644
--- a/sbin/restore/Makefile
+++ b/sbin/restore/Makefile
@@ -4,6 +4,7 @@
PROG= restore
LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
CFLAGS+=-DRRESTORE
+CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
dumprmt.c
BINGRP= tty
OpenPOWER on IntegriCloud