diff options
author | John Baldwin <jhb@FreeBSD.org> | 2001-02-22 22:58:24 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2001-02-22 22:58:24 +0000 |
commit | 7de7569f50e4215aa66252c1cf4dd43be37f10ef (patch) | |
tree | e4707c59c9a8599d1319bc2f18c17ca7cc3401a7 /Makefile.inc1 | |
parent | 6afb6d0aa95ba05bfa1b9a51513ba8ff070220ba (diff) | |
download | src-7de7569f50e4215aa66252c1cf4dd43be37f10ef.tar.gz src-7de7569f50e4215aa66252c1cf4dd43be37f10ef.zip |
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index e3e48bb0cb06..0ddc083db28e 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -20,7 +20,7 @@ # -DNO_PORTSUPDATE do not update ports in ${MAKE} update # -DNO_DOCUPDATE do not update doc in ${MAKE} update # LOCAL_DIRS="list of dirs" to add additional dirs to the SUBDIR list -# TARGET_ARCH="machine arch" to crossbuild world to a different arch +# MACHINE_ARCH="machine arch" to crossbuild world to a different arch # # The intended user-driven targets are: |