summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-19 05:42:24 +0000
committerbapt <bapt@FreeBSD.org>2015-06-19 05:42:24 +0000
commit5fb18cce439ebe6d671bec86997a443a7284437d (patch)
treec17ee96411ea6175be781d65e588e8b923747a78 /sys/boot/Makefile
parent82671124eea59e64041ba4e91e97f61d7ee1b320 (diff)
downloadFreeBSD-src-5fb18cce439ebe6d671bec86997a443a7284437d.zip
FreeBSD-src-5fb18cce439ebe6d671bec86997a443a7284437d.tar.gz
Install loader(8) and zfsloader(8) only once
Differential Revision: https://reviews.freebsd.org/D2841 Reviewed by: imp
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 2aa76b7..2607651 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.
OpenPOWER on IntegriCloud