10 lines
106 B
Makefile
10 lines
106 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
LIB= nandfs
|
||
|
SRCS+= nandfs.c
|
||
|
INCS= libnandfs.h
|
||
|
|
||
|
CFLAGS += -I${.CURDIR}
|
||
|
|
||
|
.include <bsd.lib.mk>
|