1
2.PATH:  ${SRCTOP}/sys/kern
3KMOD=	alq
4SRCS=	opt_mac.h vnode_if.h kern_alq.c
5
6EXPORT_SYMS=	YES
7
8.include <bsd.kmod.mk>
9