16 lines
319 B
Makefile
16 lines
319 B
Makefile
# $NetBSD: Makefile,v 1.20 2019/09/29 23:45:01 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>
|