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

PACKAGE=libcasper
LIB=	cap_pwd

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

SRCS=	cap_pwd.c

INCS=	cap_pwd.h

LIBADD=	nv

CFLAGS+=-I${.CURDIR}

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