summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-06-17 05:27:56 +0000
committerobrien <obrien@FreeBSD.org>2004-06-17 05:27:56 +0000
commit1fea3b2a5e1b6b76dbaaf6fed8e074640a3c5386 (patch)
tree38281b83c3f30d82543ab66a5af2db97c208bc24 /Makefile.inc1
parenta6a34c96e8d80cdec307c59c8346716e40ff1314 (diff)
downloadFreeBSD-src-1fea3b2a5e1b6b76dbaaf6fed8e074640a3c5386.zip
FreeBSD-src-1fea3b2a5e1b6b76dbaaf6fed8e074640a3c5386.tar.gz
Grrr, use the userland spelling not the kernel tree spelling.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 567f9d5..92a4283 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -62,7 +62,7 @@ SUBDIR+=secure
.if !defined(NOSHARE)
SUBDIR+=share
.endif
-.if ${TARGET_ARCH} == "alpha"
+.if ${MACHINE_ARCH} == "alpha"
SUBDIR+=sys
.endif
SUBDIR+=usr.bin usr.sbin etc
OpenPOWER on IntegriCloud