mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
12 lines
128 B
Makefile
12 lines
128 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
SHLIB_MAJOR= 3
|
|
SHLIB_MINOR= 0
|
|
|
|
.if exists(${.OBJDIR})
|
|
CFLAGS+= -I${.OBJDIR}
|
|
.else
|
|
CFLAGS+= -I${.CURDIR}
|
|
.endif
|