diff options
Diffstat (limited to 'usr.sbin/newsyslog/Makefile')
-rw-r--r-- | usr.sbin/newsyslog/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/newsyslog/Makefile b/usr.sbin/newsyslog/Makefile index ebc297b4cf2a..4e3ae557034e 100644 --- a/usr.sbin/newsyslog/Makefile +++ b/usr.sbin/newsyslog/Makefile @@ -1,7 +1,13 @@ # $FreeBSD$ +.include <bsd.own.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> |