1# $FreeBSD$
2
3PACKAGE=lib${LIB}
4LIB=	nandfs
5SRCS+=	nandfs.c
6INCS=	libnandfs.h
7
8CFLAGS += -I${.CURDIR}
9
10.include <bsd.lib.mk>
11