diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-07-22 04:24:05 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-07-22 04:24:05 +0000 |
| commit | 4b6cee4dd643ddda2de65f25326e1bc3e22626eb (patch) | |
| tree | b3c03a2e4a7a02df4025ae7aec48d6f1e4795ed8 | |
| parent | d15ea423f79cf1bc4e11e7a6b554e7df5c16d836 (diff) | |
Notes
| -rw-r--r-- | eBones/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eBones/Makefile b/eBones/Makefile index 2ecef7f64263..03746ca28eea 100644 --- a/eBones/Makefile +++ b/eBones/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 5.1 (Berkeley) 6/25/90 -# $Id: Makefile,v 1.11.2.1 1995/06/07 05:49:26 jkh Exp $ +# $Id: Makefile,v 1.12 1995/06/11 19:28:20 rgrimes Exp $ SUBDIR= include des acl kdb krb libkadm @@ -34,7 +34,8 @@ kprog: cd ${SDIR}/usr.bin/su; ${CODAI} bootstrap: - cd include; ${MAKE} ${MFLAGS} install + ( cd include; ${MAKE} ${MFLAGS} install ) + ( cd des; ${MAKE} ${MFLAGS} depend all install ) ${MAKE} ${MFLAGS} cleandir ${MAKE} ${MFLAGS} obj @echo removing old 1.1.5 Kerberos libraries |
