2001-12-17 23:27:39 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.2 2001/12/17 20:27:39 fredette Exp $
|
2001-05-18 04:16:36 +04:00
|
|
|
|
|
|
|
.include "../../Makefile.inc"
|
|
|
|
|
2001-12-17 23:27:39 +03:00
|
|
|
REV!=sh ${.CURDIR}/../../../sys/conf/osrelease.sh -s
|
2001-05-18 04:16:36 +04:00
|
|
|
|
|
|
|
LDSTATIC= -static # only static compilation makes sense here
|
|
|
|
|
|
|
|
# Where to find kernel images...
|
|
|
|
.include <bsd.kernobj.mk>
|