2f8d7c56da
only code-change is to add a "next_time" parameter to both routines (and that is not used yet). A later update will make "next_time" more useful. MFC after: 20 days
10 lines
108 B
Makefile
10 lines
108 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= newsyslog
|
|
MAN= newsyslog.8
|
|
SRCS= newsyslog.c ptimes.c
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|