1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../dev/snp
4
5KMOD=	snp
6SRCS=	snp.c
7
8.include <bsd.kmod.mk>
9