aboutsummaryrefslogblamecommitdiff
path: root/sys/Makefile
blob: 6e3702727c6cd21b971bcfa57a46c62d2be9c0b0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
           
 
                 
            
 




                                          

                                                                                                                  
                        
# $FreeBSD$

# The boot loader
SUBDIR=	boot

# KLD modules build for both a.out and ELF
.if defined(MODULES_WITH_WORLD)
SUBDIR+=modules
.endif

HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`

.include <bsd.subdir.mk>