920566d233
to the point where this is truly useful for building sun2 releases.
11 lines
273 B
Makefile
11 lines
273 B
Makefile
# $NetBSD: Makefile.inc,v 1.2 2001/12/17 20:27:39 fredette Exp $
|
|
|
|
.include "../../Makefile.inc"
|
|
|
|
REV!=sh ${.CURDIR}/../../../sys/conf/osrelease.sh -s
|
|
|
|
LDSTATIC= -static # only static compilation makes sense here
|
|
|
|
# Where to find kernel images...
|
|
.include <bsd.kernobj.mk>
|