summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/netpgp/dist/src/libbn/Makefile
blob: 4c7c15c274c0ac713b62d61ce7e1c551208e1974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIB=netbn
SRCS= bignum.c digest.c misc.c rand.c
SRCS+= stubs.c
MKMAN=no
WARNS=4
CPPFLAGS+=-I${EXTDIST}

INCS=bn.h digest.h
INCSDIR=/usr/include/netpgp

EXTDIST=	${.CURDIR}/../cipher

.include <bsd.lib.mk>