blob: aee5154066f63e2244b5d37dd38409991b51ebe4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile.inc,v 1.2.6.1 1996/08/29 03:10:06 gwr Exp $
# Revision is 1.2
REV= 12
LDSTATIC= -static
# Hack needed to find kernel images...
BSDSRCDIR?= /usr/src
SRCSYSDIR?= ${BSDSRCDIR}/sys
|