freebsd-dev/usr.sbin/newsyslog/Makefile
Tom Rhodes 491abe5ac7 Move newsyslog.conf.5 to usr.sbin/newsyslog. There is no real history
other than 'initial revision' thus I did not request a repocopy.

Requested by:   ru, gad
2004-03-12 16:03:26 +00:00

10 lines
125 B
Makefile

# $FreeBSD$
PROG= newsyslog
MAN= newsyslog.8 newsyslog.conf.5
SRCS= newsyslog.c ptimes.c
WARNS?= 2
.include <bsd.prog.mk>