Deleted Added
full compact
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
6SUBDIR= \
7 newsyslog.conf.d
8
9.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
10SUBDIR+=sendmail
11.endif
12
13.if ${MK_TESTS} != "no"
14SUBDIR+=tests
15.endif
16
17BIN1= auto_master \
18 crontab \

--- 385 unchanged lines hidden ---