1 # $NetBSD: Makefile,v 1.2 2013/09/11 23:04:09 joerg Exp $
3 USE_FORT?
= yes
# network protocol library
6 .
include <${.CURDIR
}/..
/..
/Makefile.inc
>
8 .PATH
: ${HEIMDIST}/lib
/asn1
${HEIMBASE}/include
12 LIBDPLIBS
+= com_err
${.CURDIR
}/..
/libcom_err
13 LIBDPLIBS
+= roken
${.CURDIR
}/..
/libroken
27 ASN1_OPTS.rfc2459.asn1
= \
29 --preserve-binary
=TBSCertificate \
30 --preserve-binary
=TBSCRLCertList \
31 --preserve-binary
=Name \
32 --sequence
=GeneralNames \
33 --sequence
=Extensions \
34 --sequence
=CRLDistributionPoints
36 INCSDIR
= /usr
/include/krb5
57 .if
${USETOOLS} != "yes"
58 # .PHONY: ${ASN1COMPILEOBJ}/asn1_compile
59 .PHONY
: try_to_build_asn1_compile
61 try_to_build_asn1_compile
:
62 @cd
${.CURDIR
}/asn1_compile
&& ${MAKE}
64 ${ASN1COMPILEOBJ}/asn1_compile
: try_to_build_asn1_compile
69 .
include <${HEIMBASE}/Makefile.rules.inc
>
71 .if
${USETOOLS} != "yes"
72 .
include <bsd.subdir.mk
>