Fix the module build for snp(4).

Submitted by:	cognet
Pointy hat to:	cognet
This commit is contained in:
Maxime Henrion 2005-09-19 10:14:05 +00:00
parent d2e4ea2a51
commit 8d0e4e7eb4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150317

View File

@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../dev/snp
KMOD= snp
SRCS= snp.c
SRCS= snp.c vnode_if.h
.include <bsd.kmod.mk>