16 lines
319 B
Makefile
16 lines
319 B
Makefile
# $NetBSD: Makefile,v 1.19 2019/02/04 03:58:41 mrg Exp $
|
|
|
|
PROG= newsyslog
|
|
SRCS= newsyslog.c
|
|
|
|
MAN= newsyslog.8
|
|
MLINKS+=newsyslog.8 newsyslog.conf.5
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if defined(HAVE_GCC) && ${HAVE_GCC} == 7 && ${ACTIVE_CC} == "gcc"
|
|
COPTS.newsyslog.c += -Wno-error=format-truncation
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|