1 # $NetBSD: Makefile,v 1.2 2009/06/09 00:56:15 agc Exp $
8 CPPFLAGS
+= -I
${.CURDIR
}/..
/dist/include
10 LIBNETPGPDIR
!= cd
${.CURDIR
}/..
/lib
&& ${PRINTOBJDIR}
11 LDADD
+= -L
${LIBNETPGPDIR} -lnetpgp
12 DPADD
+= ${LIBNETPGPDIR}/libnetpgp.a
14 LDADD
+= -lcrypto
-lz
-lbz2
15 DPADD
+= ${LIBCRYPTO} ${LIBZ} ${LIBBZ2}
19 # although the code is/was WARNS=4 clean, when linking, there is a warning
20 # about libidea being a patented algorithm, and WARNS>0 treats warnings as
21 # errors. For now, just set WARNS off.
24 .PATH
: ${.CURDIR
}/..
/dist/src
/netpgpkeys
26 .
include <bsd.prog.mk
>