summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-06-17 02:59:53 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-06-17 02:59:53 +0000
commitf1e3e1c78f17330f70b668cdeabc0402bea602e8 (patch)
treefd49b0f83172832c7dc7917b83b241a762401c72 /Makefile.inc1
parent6cca5e346393008bb6a46be94c2da458c14700a8 (diff)
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index feb2f1c6baf1..567f9d55cf9e 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -62,7 +62,10 @@ SUBDIR+=secure
.if !defined(NOSHARE)
SUBDIR+=share
.endif
-SUBDIR+=sys usr.bin usr.sbin etc
+.if ${TARGET_ARCH} == "alpha"
+SUBDIR+=sys
+.endif
+SUBDIR+=usr.bin usr.sbin etc
# These are last, since it is nice to at least get the base system
# rebuilt before you do them.