summaryrefslogtreecommitdiffstats
path: root/sys/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-08-10 06:29:43 +0000
committerimp <imp@FreeBSD.org>2006-08-10 06:29:43 +0000
commitce00be88fb3f3065e3d94b63d968447c6d863882 (patch)
treedb507ee22c5b7b699279ca39b351a954262d7838 /sys/Makefile
parent71f98fe85d3cdf4af968ae2e1fe8d3d2230df50e (diff)
downloadFreeBSD-src-ce00be88fb3f3065e3d94b63d968447c6d863882.zip
FreeBSD-src-ce00be88fb3f3065e3d94b63d968447c6d863882.tar.gz
Don't need to special case arm here anymore
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 351518d..8636e25 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -4,10 +4,8 @@
# The boot loader
.if ${MK_BOOT} != "no"
-.if ${MACHINE_ARCH} != "arm"
SUBDIR= boot
.endif
-.endif
# Directories to include in cscope name file and TAGS.
CSCOPEDIRS= coda compat conf contrib crypto ddb dev fs geom gnu i4b isa \
OpenPOWER on IntegriCloud