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



                               

                                                                                                                  
                        
# $FreeBSD$

# The boot loader
.if !defined(NO_BOOT)
.if ${MACHINE_ARCH} != "arm"
SUBDIR=	boot
.endif
.endif

# Loadable kernel modules
.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>