mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 14:46:56 -04:00
8 lines
165 B
Makefile
8 lines
165 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2010/08/22 18:56:23 rmind Exp $
|
|
|
|
WARNS?= 4
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.endif
|