summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/regress/asn/Makefile
blob: f0d60e3f6ec2f3fe25f86f21f09f86592364e6c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Test ASN

PROG=		asntest
SRCS=		asntest.c conf.c asn.c asn_useful.c gmp_util.c log.c pkcs.c \
		sysdep.c hash.c x509.c
TOPSRC=		${.CURDIR}/../..
TOPOBJ!=	cd ${TOPSRC}; printf "all:\n\t@pwd\n" |${MAKE} -f-
OS!=		awk '/^OS=/ { print $$2 }' ${.CURDIR}/../../Makefile
.PATH:		${TOPSRC} ${TOPSRC}/sysdep/${OS} ${TOPOBJ}
CFLAGS+=	-I${TOPSRC} -I${TOPSRC}/sysdep/${OS} -I${TOPOBJ} -Wall
LDADD+=		-lgmp
DPADD+=		${LIBDES}
NOMAN=
DEBUG=		-g

.include <bsd.prog.mk>