summaryrefslogtreecommitdiffstats
path: root/sbin/atm/atmconfig/Makefile
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-08-12 14:25:57 +0000
committerharti <harti@FreeBSD.org>2003-08-12 14:25:57 +0000
commit71b8bc009925b7f447201c39e3771528c9e4cd7b (patch)
tree79b4464248424d70248015ed914d14cf3ac2cace /sbin/atm/atmconfig/Makefile
parent5f9648d8b3cf36898e88a64d4caf5b0ceee76982 (diff)
downloadFreeBSD-src-71b8bc009925b7f447201c39e3771528c9e4cd7b.zip
FreeBSD-src-71b8bc009925b7f447201c39e3771528c9e4cd7b.tar.gz
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).
Diffstat (limited to 'sbin/atm/atmconfig/Makefile')
-rw-r--r--sbin/atm/atmconfig/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/sbin/atm/atmconfig/Makefile b/sbin/atm/atmconfig/Makefile
new file mode 100644
index 0000000..1de7a71
--- /dev/null
+++ b/sbin/atm/atmconfig/Makefile
@@ -0,0 +1,17 @@
+# 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>
OpenPOWER on IntegriCloud