aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-19 05:42:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-19 05:42:24 +0000
commitbda8af6860978f3d8c8c08fb66fd5f1564a26793 (patch)
treec17ee96411ea6175be781d65e588e8b923747a78 /sys/boot/Makefile
parent398e498e496b947f510f8e129b1d226c6dfa1000 (diff)
downloadsrc-bda8af6860978f3d8c8c08fb66fd5f1564a26793.tar.gz
src-bda8af6860978f3d8c8c08fb66fd5f1564a26793.zip
Install loader(8) and zfsloader(8) only once
Differential Revision: https://reviews.freebsd.org/D2841 Reviewed by: imp
Notes
Notes: svn path=/head/; revision=284590
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 2aa76b78d198..260765126440 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -8,6 +8,8 @@ SUBDIR+= ficl
SUBDIR+= forth
.endif
+SUBDIR+= common
+
.include <bsd.arch.inc.mk>
# Pick the machine-dependent subdir based on the target architecture.