Makefile revision 129215
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 129215 2004-05-14 13:31:21Z cognet $
7
8PROG=	atmconfig
9SRCS=	main.c diag.c natm.c
10MAN=	atmconfig.8
11
12.if ${MACHINE_ARCH} == "arm"
13WARNS?= 3
14.else
15WARNS?=	9
16.endif
17
18FILES=	atmconfig.help
19FILESDIR= /usr/share/doc/atm
20
21.include <bsd.prog.mk>
22