Importing crypto libraries
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
This commit is contained in:
18
crypto/external/bsd/netpgp/dist/bindings/python/Makefile
vendored
Normal file
18
crypto/external/bsd/netpgp/dist/bindings/python/Makefile
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# $NetBSD: Makefile,v 1.2 2010/04/28 14:41:13 agc Exp $
|
||||
# Automatically generated by swigit wrapper script
|
||||
|
||||
PREFIX=/usr/pkg
|
||||
|
||||
LIB=netpgppython
|
||||
SRCS=netpgppython_wrap.c
|
||||
WARNS=0
|
||||
MKMAN=no
|
||||
CPPFLAGS+=-I${PREFIX}/include
|
||||
CPPFLAGS+=-I/usr/pkg/include/python2.5
|
||||
LDFLAGS+=-L${PREFIX}/lib
|
||||
LDADD+=-lnetpgp
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
full:
|
||||
ln libnetpgppython.so _netpgppython.so
|
||||
Reference in New Issue
Block a user