Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / gnu / lib / libcryptsetup / Makefile
1 CRYPTSETUP_DIR= ${.CURDIR}/../../../contrib/cryptsetup
2
3 LIB=            cryptsetup
4 SHLIB_MAJOR?=   0
5 WARNS?=         1
6
7 SRCS+=          backends.c libdevmapper.c setup.c utils.c \
8                 utils_debug.c
9 INCS+=          libcryptsetup.h
10
11 CFLAGS+=        -I${CRYPTSETUP_DIR}/lib
12
13 .PATH: ${CRYPTSETUP_DIR}/lib
14
15 .include <bsd.lib.mk>