blob: e455eaa92d5b946c977fc5ba71c69ca9c2ed5021 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile.inc,v 1.1 1998/12/17 02:16:29 smurph Exp $
# Revision is 1.2
REV=12
LDSTATIC=-static
# Hack needed to find kernel images...
BSDSRCDIR?=/usr/src
SRCSYSDIR?=${BSDSRCDIR}/sys
|