Both libcasper and libcapsicum libraries have to be installed in /lib/,

as they are used by /sbin/casperd.
This commit is contained in:
Pawel Jakub Dawidek 2013-12-02 17:07:22 +00:00
parent ca9aa9026b
commit 0f984a9260
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258850
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
LIB= capsicum
SHLIB_MAJOR= 0
SHLIBDIR?= /lib
SRCS= libcapsicum.c
SRCS+= libcapsicum_dns.c

View File

@ -3,6 +3,7 @@
LIB= casper
SHLIB_MAJOR= 0
SHLIBDIR?= /lib
SRCS= libcasper.c
INCS= libcasper.h