Deleted Added
full compact
Makefile (277457) Makefile (278067)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: stable/10/etc/Makefile 277457 2015-01-20 23:39:08Z ngie $
2# $FreeBSD: stable/10/etc/Makefile 278067 2015-02-02 09:24:40Z ngie $
3
4.include <bsd.own.mk>
5
3
4.include <bsd.own.mk>
5
6SUBDIR= \
7 newsyslog.conf.d
8
6.if ${MK_SENDMAIL} != "no"
9.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
10SUBDIR+=sendmail
8.endif
9
10.if ${MK_TESTS} != "no"
11SUBDIR+=tests
12.endif
13
14BIN1= auto_master \
15 crontab \

--- 385 unchanged lines hidden ---
11.endif
12
13.if ${MK_TESTS} != "no"
14SUBDIR+=tests
15.endif
16
17BIN1= auto_master \
18 crontab \

--- 385 unchanged lines hidden ---