8 lines
165 B
Makefile
8 lines
165 B
Makefile
# $NetBSD: Makefile.inc,v 1.2 2007/01/25 23:51:28 christos Exp $
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.endif
|
|
|
|
WARNS=4
|