mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix the module build for snp(4).
Submitted by: cognet Pointy hat to: cognet
This commit is contained in:
parent
d2e4ea2a51
commit
8d0e4e7eb4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
.PATH: ${.CURDIR}/../../dev/snp
|
||||
|
||||
KMOD= snp
|
||||
SRCS= snp.c
|
||||
SRCS= snp.c vnode_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue