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