mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
13 lines
185 B
Makefile
13 lines
185 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= newsyslog
|
|
MAN= newsyslog.8 newsyslog.conf.5
|
|
SRCS= newsyslog.c ptimes.c
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|