mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04: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>
|