10 lines
223 B
Makefile
10 lines
223 B
Makefile
# $NetBSD: Makefile.inc,v 1.1.1.1 1997/12/24 09:21:18 jeremy Exp $
|
|
|
|
REV!=sh ${BSDSRCDIR}/sys/conf/osrelease.sh -s
|
|
|
|
LDSTATIC= -static
|
|
|
|
# Hack needed to find kernel images...
|
|
BSDSRCDIR?= /usr/src
|
|
SRCSYSDIR?= ${BSDSRCDIR}/sys
|