Deleted Added
full compact
Makefile (65058) Makefile (95509)
1# $FreeBSD: head/sys/Makefile 65058 2000-08-24 18:53:09Z peter $
1# $FreeBSD: head/sys/Makefile 95509 2002-04-26 17:55:27Z ru $
2
3# The boot loader
4SUBDIR= boot
5
6# KLD modules build for both a.out and ELF
7.if defined(MODULES_WITH_WORLD)
8SUBDIR+=modules
9.endif
10
2
3# The boot loader
4SUBDIR= boot
5
6# KLD modules build for both a.out and ELF
7.if defined(MODULES_WITH_WORLD)
8SUBDIR+=modules
9.endif
10
11afterdistribute:
12 ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
13 ${.CURDIR}/${MACHINE}/conf/GENERIC.hints \
14 ${DESTDIR}/boot/device.hints
15
16HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
17
18.include <bsd.subdir.mk>
11HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
12
13.include <bsd.subdir.mk>