summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-09-08 11:09:35 +0000
committerjkh <jkh@FreeBSD.org>1997-09-08 11:09:35 +0000
commit10251b0fa8fa706847530170ddb8e32845ebd44d (patch)
tree21af4cf17960f93a6e72cef2b70f0b083c63f136 /release/Makefile
parent140da238550bc7f41ac21e3cd32cf0b847fe4d50 (diff)
downloadFreeBSD-src-10251b0fa8fa706847530170ddb8e32845ebd44d.zip
FreeBSD-src-10251b0fa8fa706847530170ddb8e32845ebd44d.tar.gz
Do a make install in sysinstall so that its man page gets added to the
manpages dist.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index d82092d..428a475 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.319 1997/09/04 11:28:32 jkh Exp $
+# $Id: Makefile,v 1.320 1997/09/04 11:54:01 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -281,7 +281,8 @@ release.3:
# NB: the "RELEASE_BUILD_FIXIT" magic prevents vi from including the
# Tcl and Perl APIs. See also /usr/src/usr.bin/vi/Makefile.
release.4:
- cd ${.CURDIR}/sysinstall && make obj depend all
+ @mkdir -p /stand
+ cd ${.CURDIR}/sysinstall && make obj depend all install
rm -rf ${RD}/crunch
mkdir -p ${RD}/crunch
export RELEASE_BUILD_FIXIT=noway ; \
OpenPOWER on IntegriCloud