]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libnandfs/Makefile
MFC r347990:
[FreeBSD/stable/10.git] / lib / libnandfs / Makefile
1 # $FreeBSD$
2
3 LIB=    nandfs
4 SRCS+=  nandfs.c
5 INCS=   libnandfs.h
6
7 CFLAGS += -I${.CURDIR}
8
9 .include <bsd.lib.mk>