summaryrefslogtreecommitdiffstats
path: root/lib/libcasper/Makefile
blob: 711d233f3e0f5d8bd2ad1316059a358ea517542b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

LIB=	casper

SHLIB_MAJOR=	0
SHLIBDIR=	/lib

SRCS=	libcasper.c
INCS=	libcasper.h

LIBADD=	capsicum nv pjdlog

CFLAGS+=-I${.CURDIR}
CFLAGS+=-I${.CURDIR}/../libpjdlog
CFLAGS+=-I${.CURDIR}/../../sbin/casper

WARNS?=	6

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud