9 lines
92 B
Makefile
9 lines
92 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/snp
|
|
|
|
KMOD= snp
|
|
SRCS= snp.c
|
|
|
|
.include <bsd.kmod.mk>
|