d5eeef0c234fc37f347ab2b69be03db27786c8b8
[dragonfly.git] / usr.sbin / newsyslog / Makefile
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
4 PROG=   newsyslog
5 MAN=    newsyslog.8 newsyslog.conf.5
6 SRCS=   newsyslog.c ptimes.c
7 WARNS?= 6
8
9 .include <bsd.prog.mk>