8 lines
114 B
Makefile
8 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= newsyslog
|
|
MAN= newsyslog.8 newsyslog.conf.5
|
|
SRCS= newsyslog.c ptimes.c
|
|
|
|
.include <bsd.prog.mk>
|