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


                              
 




                                          

                                                                                                                  
                        
# $FreeBSD$

SUBDIR=
# The boot loader
.if ${MACHINE_ARCH} != "amd64"
SUBDIR+=boot
.endif

# 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>