]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/Makefile
Remove references to vm_zone.h and switch over to the new uma API.
[FreeBSD/FreeBSD.git] / sys / Makefile
1 # $FreeBSD$
2
3 # The boot loader
4 SUBDIR= boot
5
6 # KLD modules build for both a.out and ELF
7 .if defined(MODULES_WITH_WORLD)
8 SUBDIR+=modules
9 .endif
10
11 afterdistribute:
12         ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
13                 ${.CURDIR}/${MACHINE}/conf/GENERIC.hints \
14                 ${DESTDIR}/boot/device.hints
15
16 HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
17
18 .include <bsd.subdir.mk>