summaryrefslogtreecommitdiffstats
path: root/sbin/atm/atmconfig/Makefile
blob: 8317b82b8566da3e97c9389fb8e3ca71605f7ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright (c) 2001-2003
#	Fraunhofer Institute for Open Communication Systems (FhG Fokus).
#	All rights reserved.
# Author: Harti Brandt <brandt@fokus.gmd.de>
#
# $FreeBSD$

PROG=	atmconfig
SRCS=	main.c diag.c natm.c
MAN=	atmconfig.8
# CFLAGS+= -DPATH_HELP='".:/usr/share/doc/atm:/usr/local/share/doc/atm"'

.if ${MACHINE_ARCH} == "arm"
WARNS?= 3
.else
WARNS?=	9
.endif

FILES=	atmconfig.help
FILESDIR= /usr/share/doc/atm

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud