#	$NetBSD: $

.include <bsd.own.mk>

USE_FORT?= yes	# network client

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

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

LDADD+=	-lcrypto

YHEADER=	cfparse.h

.include <bsd.prog.mk>
