blob: 85102bef16648d4874af9eefa2a86f29d8109167 (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile.inc,v 1.2 2010/07/01 03:38:17 yasuoka Exp $
# $Id: Makefile.inc,v 1.2 2010/07/01 03:38:17 yasuoka Exp $
.include <bsd.own.mk>
.if exists(${.CURDIR}/../../Makefile.inc)
.include "../../Makefile.inc"
.endif
|