summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2002-06-24 20:13:09 +0000
committerdillon <dillon@FreeBSD.org>2002-06-24 20:13:09 +0000
commit926815252c9ddc201b7a0423b093515c81383fc1 (patch)
tree945d27d8d7f2dc33fa0c8593a7bc4fd1b0cbf867 /Makefile
parent8b9754426817e7dc2c5fd1e655612150068b3444 (diff)
downloadFreeBSD-src-926815252c9ddc201b7a0423b093515c81383fc1.zip
FreeBSD-src-926815252c9ddc201b7a0423b093515c81383fc1.tar.gz
correct syntax in last commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41a006a..db4a5c5 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@
# release of 4.0. You have exactly one major release to move entirely
# to elf.
#
-# If -DTARGET_ARCH=arch (e.g. ia64, sparc64, ...) is specified you can
+# If TARGET_ARCH=arch (e.g. ia64, sparc64, ...) is specified you can
# cross build world for other architectures using the buildworld target,
# and once the world is built you can cross build a kernel using the
# buildkernel target.
OpenPOWER on IntegriCloud