Johan Karlsson 604d24db95 style.Makefile(5):
Use WARNS?= instead of WARNS=.
2004-02-23 20:25:27 +00:00

17 lines
322 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
WARNS?= 9
FILES= atmconfig.help
FILESDIR= /usr/share/doc/atm
.include <bsd.prog.mk>