mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
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>
|