blob: 7a8ad47066df10cde022caa1d7f7c97a8b6c9e59 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile.inc,v 1.4 1998/03/08 00:26:13 deraadt Exp $
REV= 23
LDSTATIC= -static
# Hack needed to find kernel images...
BSDSRCDIR?= /usr/src
SRCSYSDIR?= ${BSDSRCDIR}/sys
|