freebsd-dev/usr.sbin/newsyslog/Makefile
Garrett Wollman 8fba304b43 A slight bit of code and doco cleanup, but mostly:
Add the much-needed and long-desired ability to force the log rotation
to take place on a specific day or time, and document same.  This works
by extending the syntax of the `when' field to allow a restricted
ISO 8601 time specification, and performing the log rotation if newsyslog
is run during the same hour as is specified.
1999-01-22 19:38:39 +00:00

8 lines
115 B
Makefile

# $Id: Makefile,v 1.5 1998/09/19 22:42:11 obrien Exp $
PROG= newsyslog
MAN8= newsyslog.8
.include <bsd.prog.mk>