e52f9ba968
revision 1.5 date: 2005/09/19 10:14:05; author: mux; state: Exp; lines: +1 -1 Fix the module build for snp(4). Approved by: re
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>
|