summaryrefslogtreecommitdiff
path: root/sys/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-08-17 05:43:41 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-08-17 05:43:41 +0000
commite25cb01d28f25da6d36f6ff452100af3374fb7a5 (patch)
tree4e1e76e356082e3f061d5c7b1ce9039198e53fd6 /sys/Makefile
parent8ca723793a2e8748310e76cfbf0002f35b4d275d (diff)
Notes
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 6e3702727c6c..e8656b311bc6 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>