mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 11:27:18 -04:00
8 lines
118 B
Makefile
8 lines
118 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/kern
|
|
KMOD= alq
|
|
SRCS= opt_mac.h vnode_if.h kern_alq.c
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|