2000-05-02 16:06:45 +00:00
|
|
|
# $NetBSD: Makefile.inc,v 1.3 2000/05/02 16:06:51 sjg Exp $
|
|
|
|
|
|
|
|
.include "../../../Makefile.inc"
|
1997-12-17 21:56:56 +00:00
|
|
|
|
|
|
|
REV!=sh ${BSDSRCDIR}/sys/conf/osrelease.sh -s
|
|
|
|
|
1998-03-02 19:58:19 +00:00
|
|
|
LDSTATIC= -static # only static compilation makes sense here
|
1997-12-17 21:56:56 +00:00
|
|
|
|
|
|
|
# Hack needed to find kernel images...
|
|
|
|
BSDSRCDIR?= /usr/src
|
|
|
|
SRCSYSDIR?= ${BSDSRCDIR}/sys
|