]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libcasper/services/cap_grp/Makefile
Update mandoc to 1.14.2
[FreeBSD/FreeBSD.git] / lib / libcasper / services / cap_grp / Makefile
1 # $FreeBSD$
2
3 SHLIBDIR?=      /lib/casper
4
5 .include <src.opts.mk>
6
7 PACKAGE=libcasper
8 LIB=    cap_grp
9
10 SHLIB_MAJOR=    0
11 INCSDIR?=       ${INCLUDEDIR}/casper
12
13 SRCS=   cap_grp.c
14
15 INCS=   cap_grp.h
16
17 LIBADD= nv
18
19 CFLAGS+=-I${.CURDIR}
20
21 .if ${MK_TESTS} != "no"
22 SUBDIR+=        tests
23 .endif
24
25 .include <bsd.lib.mk>