791a6fe762
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).
18 lines
323 B
Makefile
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>
|