Use less misleading directory name.

MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
This commit is contained in:
Edward Tomasz Napierala 2018-12-03 13:15:54 +00:00
parent f74c331a51
commit ecc0f5f63b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=341425

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 10, 2018
.Dd December 3, 2018
.Dt BUILD 7
.Os
.Sh NAME
@ -804,7 +804,7 @@ system for the armv6 architecture on an amd64 host:
.Bd -literal -offset indent
cd /usr/src
make TARGET_ARCH=armv6 buildworld buildkernel
make TARGET_ARCH=armv6 DESTDIR=/clients/arm64 installworld installkernel
make TARGET_ARCH=armv6 DESTDIR=/clients/arm installworld installkernel
.Ed
.Sh SEE ALSO
.Xr cc 1 ,