1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5.PATH: ${.CURDIR}/../../kern 6KMOD= alq 7SRCS= opt_mac.h vnode_if.h kern_alq.c 8 9.include <bsd.kmod.mk> 10