diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-08-17 05:43:41 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-08-17 05:43:41 +0000 |
| commit | e25cb01d28f25da6d36f6ff452100af3374fb7a5 (patch) | |
| tree | 4e1e76e356082e3f061d5c7b1ce9039198e53fd6 /sys/Makefile | |
| parent | 8ca723793a2e8748310e76cfbf0002f35b4d275d (diff) | |
Notes
Diffstat (limited to 'sys/Makefile')
| -rw-r--r-- | sys/Makefile | 5 |
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> |
