]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libnandfs/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[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>