NetBSD/usr.bin/xlint/Makefile.inc

11 lines
267 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.7 2002/01/18 20:39:17 thorpej Exp $
.PATH: ${.CURDIR}/../common
CPPFLAGS+= -I${.CURDIR}/../arch/${MACHINE_CPU}
CPPFLAGS+= -I${.CURDIR}/../common
1997-10-24 16:14:57 +04:00
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif