Deleted Added
full compact
Makefile (302408) Makefile (322715)
1# $FreeBSD: stable/11/lib/libcasper/services/cap_pwd/Makefile 298107 2016-04-16 07:45:30Z gjb $
1# $FreeBSD: stable/11/lib/libcasper/services/cap_pwd/Makefile 322715 2017-08-20 06:07:40Z ngie $
2
2
3SHLIBDIR?= /lib/casper
4
5.include <src.opts.mk>
6
3PACKAGE=libcasper
4LIB= cap_pwd
5
6SHLIB_MAJOR= 0
7PACKAGE=libcasper
8LIB= cap_pwd
9
10SHLIB_MAJOR= 0
7SHLIBDIR?= /lib/casper
8INCSDIR?= ${INCLUDEDIR}/casper
9
10SRCS= cap_pwd.c
11
12INCS= cap_pwd.h
13
14LIBADD= nv
15
16CFLAGS+=-I${.CURDIR}
17
11INCSDIR?= ${INCLUDEDIR}/casper
12
13SRCS= cap_pwd.c
14
15INCS= cap_pwd.h
16
17LIBADD= nv
18
19CFLAGS+=-I${.CURDIR}
20
21.if ${MK_TESTS} != "no"
22SUBDIR+= tests
23.endif
24
18.include <bsd.lib.mk>
25.include <bsd.lib.mk>