diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2013-12-02 10:18:25 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2013-12-02 10:18:25 +0000 |
| commit | 05af64096c3cad1331108f5be2f4662555653de3 (patch) | |
| tree | 8262058b99dc7ed876620d89867c4999fd728ec5 /lib/libcasper/Makefile | |
| parent | 5292c670c203e06fd48d9565f4c1301f08091149 (diff) | |
Notes
Diffstat (limited to 'lib/libcasper/Makefile')
| -rw-r--r-- | lib/libcasper/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/libcasper/Makefile b/lib/libcasper/Makefile new file mode 100644 index 000000000000..48c742ff634e --- /dev/null +++ b/lib/libcasper/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +LIB= casper + +SHLIB_MAJOR= 0 + +SRCS= libcasper.c +INCS= libcasper.h + +DPADD= ${LIBCAPSICUM} ${LIBNV} ${LIBPJDLOG} +LDADD= -lcapsicum -lnv -lpjdlog + +CFLAGS+=-I${.CURDIR} +CFLAGS+=-I${.CURDIR}/../libpjdlog +CFLAGS+=-I${.CURDIR}/../../sbin/casper + +WARNS?= 6 + +.include <bsd.lib.mk> |
