# $FreeBSD: ports/net/sixxs-heartbeatd/files/Makefile,v 1.1 2004/05/02 19:12:23 naddy Exp $

.PATH:	client common

PROG=	sixxs-heartbeatd
SRCS=	heartbeat-client.c hb.c common.c

DPADD=	${LIBMD}
LDADD=	-lmd

NOMAN=	yes

.include <bsd.prog.mk>
