aboutsummaryrefslogtreecommitdiff
path: root/lib/libcasper/services/cap_grp/Makefile
blob: 2363fa06eb1873124d3192e06d5745f3bc0839f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

SHLIBDIR?=	/lib/casper

.include <src.opts.mk>

PACKAGE=libcasper
LIB=	cap_grp

SHLIB_MAJOR=	0
INCSDIR?=	${INCLUDEDIR}/casper

SRCS=	cap_grp.c

INCS=	cap_grp.h

LIBADD=	nv

CFLAGS+=-I${.CURDIR}

SUBDIR.${MK_TESTS}+= tests

.include <bsd.lib.mk>