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

PACKAGE=	lib${LIB}
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