Add Makefile for building puffs kmod.

This commit is contained in:
jmcneill 2008-05-19 17:08:57 +00:00
parent 245f0726ac
commit effc049eb6
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# $NetBSD: Makefile,v 1.1 2008/05/19 17:08:57 jmcneill Exp $
.include "../Makefile.inc"
.PATH: ${S}/fs/puffs
KMOD= puffs
SRCS= puffs_node.c puffs_msgif.c puffs_subr.c puffs_vfsops.c puffs_vnops.c
.include <bsd.kmodule.mk>