mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
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>
|