mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
8 lines
128 B
Makefile
8 lines
128 B
Makefile
# $FreeBSD$
|
|
|
|
SYSDIR?=${.CURDIR}/../..
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
|
|
|
SUBDIR = ow owc ow_temp
|
|
|
|
.include <bsd.subdir.mk>
|