#	$NetBSD: $

.include <bsd.own.mk>

USE_FORT?= yes	# network client

.PATH: ${NETBSDSRCDIR}/usr.sbin/mip6
CPPFLAGS+= -I${NETBSDSRCDIR}/usr.sbin/mip6 -DMIP_CN

PROG=	cnd
SRCS=	cfparse.y cftoken.l callout.c cnd.c command.c config.c fdlist.c \
	network.c util.c binding.c common.c mh.c rr.c
MAN=	cnd.8

LDADD+=		-lcrypto

YHEADER=	cfparse.h

.include <bsd.prog.mk>
