blob: d6c53686d9a102e097ecf7275110672b29398d63 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile.inc,v 1.1 1997/05/18 13:40:44 pefo Exp $
# Revision is 2.1
REV= 21
LDSTATIC= -static
# Hack needed to find kernel images...
BSDSRCDIR?= /usr/src
SRCSYSDIR?= ${BSDSRCDIR}/sys
|