From 6a495d7ea05780e468fe03fc7ae9cafc6b416e81 Mon Sep 17 00:00:00 2001 From: markm Date: Fri, 3 Oct 1997 06:37:35 +0000 Subject: Correct the MAKE_EBONES macro --> MAKE_KERBEROS4 --- kerberosIV/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kerberosIV') diff --git a/kerberosIV/Makefile b/kerberosIV/Makefile index d5991aa..70a76b4 100644 --- a/kerberosIV/Makefile +++ b/kerberosIV/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1997/10/02 17:10:56 markm Exp $ +# $Id: Makefile,v 1.5 1997/10/02 22:59:48 jkh Exp $ SUBDIR= include lib libexec usr.bin usr.sbin @@ -8,9 +8,9 @@ CODAI= ${MAKE} ${MFLAGS} cleandir; \ ${MAKE} ${MFLAGS} obj; \ ${MAKE} ${MFLAGS} depend all install -CODAD= ${MAKE} ${MFLAGS} MAKE_EBONES=yes cleandir; \ - ${MAKE} ${MFLAGS} MAKE_EBONES=yes obj; \ - ${MAKE} ${MFLAGS} MAKE_EBONES=yes depend all distribute +CODAD= ${MAKE} ${MFLAGS} MAKE_KERBEROS4=yes cleandir; \ + ${MAKE} ${MFLAGS} MAKE_KERBEROS4=yes obj; \ + ${MAKE} ${MFLAGS} MAKE_KERBEROS4=yes depend all distribute # These are the programs which depend on kerberos kprog: -- cgit v1.1