491abe5ac7
other than 'initial revision' thus I did not request a repocopy. Requested by: ru, gad
10 lines
125 B
Makefile
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>
|