mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
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.]
This commit is contained in:
parent
d15ea423f7
commit
4b6cee4dd6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9632
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user