From 1099209e99f46e249d0d986c1b28e4a94f82a70a Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Mon, 20 Sep 1999 06:21:51 +0000 Subject: [PATCH] Prepare for K5. --- sbin/dump/Makefile | 2 +- sbin/restore/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index cfa0cf79a9be..4c06df6d8c97 100644 --- a/sbin/dump/Makefile +++ b/sbin/dump/Makefile @@ -32,7 +32,7 @@ CFLAGS+=-DKERBEROS -DHAVE_CONFIG_H \ -I${.CURDIR}/../../crypto/kerberosIV/include \ -I${.CURDIR}/../../crypto/kerberosIV/lib/roken \ -I${.CURDIR}/../../crypto/kerberosIV/appl/bsd -DISTRIBUTION= krb +DISTRIBUTION= krb4 .endif .include diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index c14e95ae2075..3f0a363f4a2c 100644 --- a/sbin/restore/Makefile +++ b/sbin/restore/Makefile @@ -22,7 +22,7 @@ CFLAGS+=-DKERBEROS -DHAVE_CONFIG_H \ -I${.CURDIR}/../../crypto/kerberosIV/include \ -I${.CURDIR}/../../crypto/kerberosIV/lib/roken \ -I${.CURDIR}/../../crypto/kerberosIV/appl/bsd -DISTRIBUTION= krb +DISTRIBUTION= krb4 .endif .include