mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
9 lines
128 B
Makefile
9 lines
128 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
SYSDIR?=${.CURDIR}/../..
|
||
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
||
|
|
|
||
|
|
SUBDIR = ow owc ow_temp
|
||
|
|
|
||
|
|
.include <bsd.subdir.mk>
|