Index: head/lib/libcasper/services/cap_dns/Makefile =================================================================== --- head/lib/libcasper/services/cap_dns/Makefile (revision 307862) +++ head/lib/libcasper/services/cap_dns/Makefile (revision 307863) @@ -1,24 +1,25 @@ # $FreeBSD$ +SHLIBDIR?= /lib/casper + .include PACKAGE=libcasper LIB= cap_dns SHLIB_MAJOR= 0 -SHLIBDIR?= /lib/casper INCSDIR?= ${INCLUDEDIR}/casper SRCS= cap_dns.c INCS= cap_dns.h LIBADD= nv CFLAGS+=-I${.CURDIR} .if ${MK_TESTS} != "no" SUBDIR+= tests .endif .include Index: head/lib/libcasper/services/cap_grp/Makefile =================================================================== --- head/lib/libcasper/services/cap_grp/Makefile (revision 307862) +++ head/lib/libcasper/services/cap_grp/Makefile (revision 307863) @@ -1,24 +1,25 @@ # $FreeBSD$ +SHLIBDIR?= /lib/casper + .include PACKAGE=libcasper LIB= cap_grp SHLIB_MAJOR= 0 -SHLIBDIR?= /lib/casper INCSDIR?= ${INCLUDEDIR}/casper SRCS= cap_grp.c INCS= cap_grp.h LIBADD= nv CFLAGS+=-I${.CURDIR} .if ${MK_TESTS} != "no" SUBDIR+= tests .endif .include Index: head/lib/libcasper/services/cap_pwd/Makefile =================================================================== --- head/lib/libcasper/services/cap_pwd/Makefile (revision 307862) +++ head/lib/libcasper/services/cap_pwd/Makefile (revision 307863) @@ -1,24 +1,25 @@ # $FreeBSD$ +SHLIBDIR?= /lib/casper + .include 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} .if ${MK_TESTS} != "no" SUBDIR+= tests .endif .include Index: head/lib/libcasper/services/cap_sysctl/Makefile =================================================================== --- head/lib/libcasper/services/cap_sysctl/Makefile (revision 307862) +++ head/lib/libcasper/services/cap_sysctl/Makefile (revision 307863) @@ -1,24 +1,25 @@ # $FreeBSD$ +SHLIBDIR?= /lib/casper + .include PACKAGE=libcasper LIB= cap_sysctl SHLIB_MAJOR= 0 -SHLIBDIR?= /lib/casper INCSDIR?= ${INCLUDEDIR}/casper SRCS= cap_sysctl.c INCS= cap_sysctl.h LIBADD= nv CFLAGS+=-I${.CURDIR} .if ${MK_TESTS} != "no" SUBDIR+= tests .endif .include