Deleted Added
full compact
Makefile (158266) Makefile (161748)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 158266 2006-05-03 15:14:47Z ume $
2# $FreeBSD: head/etc/Makefile 161748 2006-08-31 09:51:34Z cperciva $
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= amd.map apmd.conf auth.conf \
11 crontab csh.cshrc csh.login csh.logout devd.conf devfs.conf \
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= amd.map apmd.conf auth.conf \
11 crontab csh.cshrc csh.login csh.logout devd.conf devfs.conf \
12 dhclient.conf disktab fbtab ftpusers gettytab group \
12 dhclient.conf disktab fbtab freebsd-update.conf \
13 ftpusers gettytab group \
13 hosts hosts.allow hosts.equiv hosts.lpd \
14 inetd.conf login.access login.conf mac.conf motd \
15 netconfig network.subr networks newsyslog.conf nsswitch.conf \
16 portsnap.conf pf.conf pf.os phones profile protocols \
17 rc rc.bsdextended rc.firewall rc.firewall6 rc.initdiskless \
18 rc.sendmail rc.shutdown \
19 rc.subr remote rpc services shells \
20 snmpd.config sysctl.conf syslog.conf \

--- 228 unchanged lines hidden ---
14 hosts hosts.allow hosts.equiv hosts.lpd \
15 inetd.conf login.access login.conf mac.conf motd \
16 netconfig network.subr networks newsyslog.conf nsswitch.conf \
17 portsnap.conf pf.conf pf.os phones profile protocols \
18 rc rc.bsdextended rc.firewall rc.firewall6 rc.initdiskless \
19 rc.sendmail rc.shutdown \
20 rc.subr remote rpc services shells \
21 snmpd.config sysctl.conf syslog.conf \

--- 228 unchanged lines hidden ---