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

LIB=	cap_random

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

SRCS=	cap_random.c

INCS=	cap_random.h

LIBADD=	nv

CFLAGS+=-I${.CURDIR}

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