aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1997-09-28 08:43:40 +0000
committerMark Murray <markm@FreeBSD.org>1997-09-28 08:43:40 +0000
commitf8dd90c3b96ba6011437a9737fe4d8805654a9bf (patch)
tree878a04dca00feb478511d607c4ca7964ae20c774
parent81127b1486b1a9b004d689f4947bd1c3a51afd5a (diff)
Notes
-rw-r--r--sbin/restore/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile
index 65f0d55946221..2572878c2fb19 100644
--- a/sbin/restore/Makefile
+++ b/sbin/restore/Makefile
@@ -12,11 +12,15 @@ MAN8= restore.8
MLINKS+=restore.8 rrestore.8
.PATH: ${.CURDIR}/../dump
-.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>