summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 6e370272..e8656b3 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -8,6 +8,11 @@ SUBDIR= boot
SUBDIR+=modules
.endif
+afterdistribute:
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${.CURDIR}/${MACHINE_ARCH}/conf/GENERIC.hints \
+ ${DESTDIR}/boot/device.hints
+
HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud