Makefile revision 119075
1# Copyright (c) 2001-2003
2#	Fraunhofer Institute for Open Communication Systems (FhG Fokus).
3#	All rights reserved.
4# Author: Harti Brandt <brandt@fokus.gmd.de>
5#
6# $FreeBSD: head/sbin/atm/atmconfig/Makefile 119075 2003-08-18 15:35:18Z obrien $
7
8PROG=	atmconfig
9SRCS=	main.c diag.c natm.c
10MAN=	atmconfig.8
11WARNS=	9
12
13FILES=	atmconfig.help
14FILESDIR= /usr/share/doc/atm
15
16.include <bsd.prog.mk>
17