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

                                                     
                               
                       
      
 

                                                                                                                  
                        
#	$Id: Makefile,v 1.8 1997/07/13 07:36:20 jkh Exp $

.if defined(MACHINE_PC98) && ${MACHINE_PC98} == "yes"
SUBDIR=	pc98/boot
.elif	exists(${MACHINE}/boot)
SUBDIR=	${MACHINE}/boot
.endif

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

.include <bsd.subdir.mk>