mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
10 lines
124 B
Makefile
10 lines
124 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=lib${LIB}
|
|
LIB= nandfs
|
|
SRCS+= nandfs.c
|
|
INCS= libnandfs.h
|
|
|
|
CFLAGS += -I${.CURDIR}
|
|
|
|
.include <bsd.lib.mk>
|