8d0e4e7eb4
Submitted by: cognet Pointy hat to: cognet
9 lines
103 B
Makefile
9 lines
103 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/snp
|
|
|
|
KMOD= snp
|
|
SRCS= snp.c vnode_if.h
|
|
|
|
.include <bsd.kmod.mk>
|