freebsd-dev/usr.sbin/newsyslog/Makefile
Garance A Drosehn 2f8d7c56da Move the parse8601 and parseDWM routines into a new ptime.c file. The
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
2003-09-12 01:33:37 +00:00

10 lines
108 B
Makefile

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