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