mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
7 lines
115 B
Makefile
7 lines
115 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../kern
|
|
KMOD= alq
|
|
SRCS= opt_mac.h vnode_if.h kern_alq.c
|
|
|
|
.include <bsd.kmod.mk>
|