mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
Continue D40356 and switch the remaining parts of mbuf-related code to the Netlink mbufs. Reviewed By: gallatin Differential Revision: https://reviews.freebsd.org/D40368 MFC after: 2 weeks
8 lines
151 B
Makefile
8 lines
151 B
Makefile
SYSDIR?=${SRCTOP}/sys
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
|
|
|
SUBDIR= ktest \
|
|
ktest_example \
|
|
ktest_netlink_message_writer
|
|
|
|
.include <bsd.subdir.mk>
|