d28f42f957
Sponsored by: FreeBSD Foundation Reviewed by: dwmalone, jeff, rpaulo, rwatson Approved by: kmacy (mentor) MFC after: 1 month
10 lines
138 B
Makefile
10 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${.CURDIR}/../../kern
|
|
KMOD= alq
|
|
SRCS= opt_mac.h vnode_if.h kern_alq.c
|
|
|
|
.include <bsd.kmod.mk>
|