9 lines
216 B
Makefile
9 lines
216 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 2002/03/06 12:14:26 lukem Exp $
|
|
|
|
.include "../../Makefile.inc"
|
|
|
|
LDSTATIC= -static # only static compilation makes sense here
|
|
|
|
# Where to find kernel images...
|
|
.include <bsd.kernobj.mk>
|