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