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