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