10 lines
216 B
Makefile
10 lines
216 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 1997/12/17 21:56:56 scw Exp $
|
|
|
|
REV!=sh ${BSDSRCDIR}/sys/conf/osrelease.sh -s
|
|
|
|
LDSTATIC= -static
|
|
|
|
# Hack needed to find kernel images...
|
|
BSDSRCDIR?= /usr/src
|
|
SRCSYSDIR?= ${BSDSRCDIR}/sys
|