Hartmut Brandt 791a6fe762 Add a program for configuration of the ATM drivers and the IP over ATM
stuff. This utility allows inspection of the ATM characteristics,
the PHY layer, including statistics of both, the retrival of the
list of currently open channels and also allows access to utopia(4).
2003-08-12 14:25:57 +00:00

18 lines
323 B
Makefile

# Copyright (c) 2001-2003
# Fraunhofer Institute for Open Communication Systems (FhG Fokus).
# All rights reserved.
#
# $FreeBSD$
#
# Author: Harti Brandt <brandt@fokus.gmd.de>
#
PROG= atmconfig
SRCS= main.c diag.c natm.c
MAN= atmconfig.8
WARNS= 9
FILES= atmconfig.help
FILESDIR=/usr/share/doc/atm
.include <bsd.prog.mk>