mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
14 lines
277 B
Makefile
14 lines
277 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../cddl/dev/profile
|
||
|
|
|
||
|
|
KMOD= profile
|
||
|
|
SRCS= profile.c
|
||
|
|
SRCS+= vnode_if.h
|
||
|
|
|
||
|
|
CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris \
|
||
|
|
-I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common \
|
||
|
|
-I${.CURDIR}/../../..
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|