aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ktest/Makefile
blob: 151db53417df6586b0bf26b880ff6c8021df3b4b (plain) (blame)
1
2
3
4
5
6
7
8
SYSDIR?=${SRCTOP}/sys
.include "${SYSDIR}/conf/kern.opts.mk"

SUBDIR=	ktest \
	ktest_example \
	ktest_netlink_message_writer

.include <bsd.subdir.mk>