summaryrefslogtreecommitdiffstats
path: root/eBones/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-07-22 04:24:05 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-07-22 04:24:05 +0000
commit8a414a26631438fadc44f2865fc32c912a534fdc (patch)
treeb3c03a2e4a7a02df4025ae7aec48d6f1e4795ed8 /eBones/Makefile
parentc7867a1bdfabbcd3cb6002ecf474aa94e6ebd872 (diff)
downloadFreeBSD-src-8a414a26631438fadc44f2865fc32c912a534fdc.zip
FreeBSD-src-8a414a26631438fadc44f2865fc32c912a534fdc.tar.gz
date: 1995/07/12 13:10:58; author: jkh; state: Exp; lines: +3 -2
Sync with Mark M's latest suggestions. Submitted by: markm [This is being pulled from RELENG_2_0_5, it was commited there after the release, and we need it here and in RELENG_2_1_0, it will be cvs admin -o'ed off the RELENG_2_0_5 branch after this commit.]
Diffstat (limited to 'eBones/Makefile')
-rw-r--r--eBones/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/eBones/Makefile b/eBones/Makefile
index 2ecef7f..03746ca 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
OpenPOWER on IntegriCloud