Deleted Added
full compact
Makefile (129215) Makefile (132492)
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#
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 $
6# $FreeBSD: head/sbin/atm/atmconfig/Makefile 132492 2004-07-21 09:39:53Z harti $
7
8PROG= atmconfig
9SRCS= main.c diag.c natm.c
10MAN= atmconfig.8
7
8PROG= atmconfig
9SRCS= main.c diag.c natm.c
10MAN= atmconfig.8
11# CFLAGS+= -DPATH_HELP='".:/usr/share/doc/atm:/usr/local/share/doc/atm"'
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>
12
13.if ${MACHINE_ARCH} == "arm"
14WARNS?= 3
15.else
16WARNS?= 9
17.endif
18
19FILES= atmconfig.help
20FILESDIR= /usr/share/doc/atm
21
22.include <bsd.prog.mk>