aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-04-26 17:55:27 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-04-26 17:55:27 +0000
commit6bde859f40f5bcb38ea48b207faf7c31e461a0f5 (patch)
tree5e727666c21a8e673dedcd5adfb9a89712365fbb /etc
parent975d4a76cc407cabf61c504bbdc220d72b8407b0 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 986aa16d0a33..66ec5d923469 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -64,7 +64,9 @@ distribute:
.if defined(OBJFORMAT)
echo OBJFORMAT=${OBJFORMAT} > ${DISTDIR}/${DISTRIBUTION}/etc/objformat
.endif
- @echo
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints \
+ ${DISTDIR}/${DISTRIBUTION}/boot/device.hints
distribution:
(cd ${.CURDIR}; \