1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/Makefile

12 lines
328 B
Makefile
Raw Normal View History

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