freebsd_amp_hwpstate/share/examples/kld/random_adaptor/Makefile

9 lines
143 B
Makefile
Raw Normal View History

2013-08-24 13:54:56 +00:00
# $FreeBSD$
PACKAGE=examples
FILESDIR=${SHAREDIR}/examples/kld/${KMOD}
2013-08-24 13:54:56 +00:00
KMOD= random_adaptor_example
SRCS= ${KMOD}.c
.include <bsd.kmod.mk>