Makefile revision 126178
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 126178 2004-02-23 20:25:27Z johan $
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