02bd5400fe
Repo-copy by: jdp
10 lines
110 B
Makefile
10 lines
110 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/snp
|
|
|
|
KMOD= snp
|
|
SRCS= snp.c vnode_if.h
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|