Makefile revision 126178
1118824Sharti# Copyright (c) 2001-2003
2118824Sharti#	Fraunhofer Institute for Open Communication Systems (FhG Fokus).
3118824Sharti#	All rights reserved.
4119075Sobrien# Author: Harti Brandt <brandt@fokus.gmd.de>
5118824Sharti#
6118824Sharti# $FreeBSD: head/sbin/atm/atmconfig/Makefile 126178 2004-02-23 20:25:27Z johan $
7119075Sobrien
8118824ShartiPROG=	atmconfig
9118824ShartiSRCS=	main.c diag.c natm.c
10118824ShartiMAN=	atmconfig.8
11126178SjohanWARNS?=	9
12118824Sharti
13118824ShartiFILES=	atmconfig.help
14119075SobrienFILESDIR= /usr/share/doc/atm
15118824Sharti
16118824Sharti.include <bsd.prog.mk>
17