Deleted Added
full compact
Makefile (301166) Makefile (301226)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 301166 2016-06-01 20:44:28Z gjb $
2# $FreeBSD: head/etc/Makefile 301226 2016-06-02 19:06:04Z lidl $
3
4.include <src.opts.mk>
5
6FILESGROUPS= FILES
7
8# No need as it is empty and just causes rebuilds since this file does so much.
9UPDATE_DEPENDFILE= no
10SUBDIR= \

--- 70 unchanged lines hidden (view full) ---

81.if ${MK_APM} != "no"
82BIN1+= apmd.conf
83.endif
84
85.if ${MK_AUTOFS} != "no"
86BIN1+= auto_master
87.endif
88
3
4.include <src.opts.mk>
5
6FILESGROUPS= FILES
7
8# No need as it is empty and just causes rebuilds since this file does so much.
9UPDATE_DEPENDFILE= no
10SUBDIR= \

--- 70 unchanged lines hidden (view full) ---

81.if ${MK_APM} != "no"
82BIN1+= apmd.conf
83.endif
84
85.if ${MK_AUTOFS} != "no"
86BIN1+= auto_master
87.endif
88
89.if ${MK_BLACKLIST_SUPPORT} != "no"
90BIN1+= blacklistd.conf
91.endif
92
89.if ${MK_FREEBSD_UPDATE} != "no"
90BIN1+= freebsd-update.conf
91.endif
92
93.if ${MK_FTP} != "no"
94BIN1+= ftpusers
95.endif
96

--- 371 unchanged lines hidden ---
93.if ${MK_FREEBSD_UPDATE} != "no"
94BIN1+= freebsd-update.conf
95.endif
96
97.if ${MK_FTP} != "no"
98BIN1+= ftpusers
99.endif
100

--- 371 unchanged lines hidden ---