mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
7 lines
114 B
Makefile
7 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= newsyslog
|
|
MAN= newsyslog.8 newsyslog.conf.5
|
|
SRCS= newsyslog.c ptimes.c
|
|
|
|
.include <bsd.prog.mk>
|