# Copyright (c) 2003
#	Fraunhofer Institute for Open Communication Systems (FhG Fokus).
#	All rights reserved.
#
# $Id: Makefile,v 1.1 2003/07/10 11:40:30 catscvs Exp $
#
# Author: Harti Brandt <harti@freebsd.org>
#
PREFIX=/usr/local
PROG=	atmabr
NOMAN=
DPADD+=	${LIBNETGRAPH} ${LIBM}
LDADD= -lnetgraph -lm
WARNS=9

.include <bsd.prog.mk>
