freebsd-nq/sbin/atm/atmconfig/Makefile
Hartmut Brandt 44a5a59081 Allow the help file path and name to be overwritten by cc -D...
Also remove the current directory from the default help file path
and add an appropriate directory in /usr/local instead.
2004-07-21 09:39:53 +00:00

23 lines
448 B
Makefile

# 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>