12 lines
294 B
Makefile
12 lines
294 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 2000/05/02 16:06:51 sjg Exp $
|
|
|
|
.include "../../../Makefile.inc"
|
|
|
|
REV!=sh ${BSDSRCDIR}/sys/conf/osrelease.sh -s
|
|
|
|
LDSTATIC= -static # only static compilation makes sense here
|
|
|
|
# Hack needed to find kernel images...
|
|
BSDSRCDIR?= /usr/src
|
|
SRCSYSDIR?= ${BSDSRCDIR}/sys
|