mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
8 lines
199 B
Makefile
8 lines
199 B
Makefile
# $Id: Makefile.inc,v 1.1 2000/07/14 18:16:22 iwasaki Exp $
|
|
# $FreeBSD$
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../../sys
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.endif
|