2003-08-12 14:25:57 +00:00
|
|
|
# Copyright (c) 2001-2003
|
|
|
|
# Fraunhofer Institute for Open Communication Systems (FhG Fokus).
|
|
|
|
# All rights reserved.
|
|
|
|
# Author: Harti Brandt <brandt@fokus.gmd.de>
|
|
|
|
#
|
2003-08-18 15:35:18 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2003-08-12 14:25:57 +00:00
|
|
|
PROG= atmconfig
|
|
|
|
SRCS= main.c diag.c natm.c
|
|
|
|
MAN= atmconfig.8
|
2004-05-14 13:31:21 +00:00
|
|
|
|
|
|
|
.if ${MACHINE_ARCH} == "arm"
|
|
|
|
WARNS?= 3
|
|
|
|
.else
|
2004-02-23 20:25:27 +00:00
|
|
|
WARNS?= 9
|
2004-05-14 13:31:21 +00:00
|
|
|
.endif
|
2003-08-12 14:25:57 +00:00
|
|
|
|
|
|
|
FILES= atmconfig.help
|
2003-08-18 15:35:18 +00:00
|
|
|
FILESDIR= /usr/share/doc/atm
|
2003-08-12 14:25:57 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|