1999-08-27 21:08:13 -04:00
|
|
|
# $FreeBSD$
|
1994-05-28 00:10:32 -04:00
|
|
|
|
2000-03-19 06:42:34 -05:00
|
|
|
# The boot loader
|
1998-12-30 07:06:08 -05:00
|
|
|
SUBDIR= boot
|
1998-11-03 01:50:58 -05:00
|
|
|
|
2000-06-17 06:51:56 -04:00
|
|
|
# KLD modules build for both a.out and ELF
|
|
|
|
|
.if defined(MODULES_WITH_WORLD)
|
|
|
|
|
SUBDIR+=modules
|
|
|
|
|
.endif
|
|
|
|
|
|
2000-08-17 01:43:41 -04:00
|
|
|
afterdistribute:
|
|
|
|
|
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
|
2000-08-24 14:53:09 -04:00
|
|
|
${.CURDIR}/${MACHINE}/conf/GENERIC.hints \
|
2000-08-17 01:43:41 -04:00
|
|
|
${DESTDIR}/boot/device.hints
|
|
|
|
|
|
1997-07-13 03:36:20 -04:00
|
|
|
HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
|
|
|
|
|
|
1994-05-28 00:10:32 -04:00
|
|
|
.include <bsd.subdir.mk>
|