Put WARNS?=6 in usr.sbin/Makefile.inc (like in usr.bin/ etc.).
[dragonfly.git] / usr.sbin / newsyslog / Makefile
... / ...
CommitLineData
1# $FreeBSD: src/usr.sbin/newsyslog/Makefile,v 1.7.2.2 2001/11/14 16:55:38 obrien Exp $
2# $DragonFly: src/usr.sbin/newsyslog/Makefile,v 1.4 2007/05/12 08:52:00 swildner Exp $
3
4PROG= newsyslog
5MAN= newsyslog.8 newsyslog.conf.5
6SRCS= newsyslog.c ptimes.c
7
8.include <bsd.prog.mk>