aboutsummaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-03-24 01:07:01 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-03-24 01:07:01 +0000
commitc016c891966a63fd5992515c130823ae01af208c (patch)
tree8937baf22c073e47719ce4a0d06a215be2aec952 /etc/Makefile
parent2596eb88477d4a1847f50aaf9f487a1b3c26429d (diff)
downloadsrc-c016c891966a63fd5992515c130823ae01af208c.tar.gz
src-c016c891966a63fd5992515c130823ae01af208c.zip
Notes
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index dbb53309dca6..683523ff15fc 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -93,7 +93,7 @@ distribution:
.if ${MK_BOOT} != "no"
.if exists(${SRCTOP}/sys/${MACHINE}/conf/GENERIC.hints)
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
- -T "package=runtime" \
+ -T "package=bootloader,config" \
${SRCTOP}/sys/${MACHINE}/conf/GENERIC.hints \
${DESTDIR}/boot/device.hints
.endif