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