Deleted Added
full compact
Makefile (148282) Makefile (148871)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 148282 2005-07-22 10:35:35Z ru $
2# $FreeBSD: head/etc/Makefile 148871 2005-08-08 20:10:06Z cperciva $
3
4.if !defined(NO_SENDMAIL)
5SUBDIR= sendmail
6.endif
7
8BIN1= amd.map apmd.conf auth.conf \
9 crontab csh.cshrc csh.login csh.logout devd.conf devfs.conf \
10 dhclient.conf disktab fbtab ftpusers gettytab group \
11 hosts hosts.allow hosts.equiv hosts.lpd \
12 inetd.conf login.access login.conf \
13 mac.conf motd netconfig network.subr networks newsyslog.conf \
3
4.if !defined(NO_SENDMAIL)
5SUBDIR= sendmail
6.endif
7
8BIN1= amd.map apmd.conf auth.conf \
9 crontab csh.cshrc csh.login csh.logout devd.conf devfs.conf \
10 dhclient.conf disktab fbtab ftpusers gettytab group \
11 hosts hosts.allow hosts.equiv hosts.lpd \
12 inetd.conf login.access login.conf \
13 mac.conf motd netconfig network.subr networks newsyslog.conf \
14 pf.conf pf.os phones profile protocols \
14 portsnap.conf pf.conf pf.os phones profile protocols \
15 rc rc.bsdextended rc.firewall rc.firewall6 rc.initdiskless \
16 rc.sendmail rc.shutdown \
17 rc.subr remote rpc services shells \
18 snmpd.config sysctl.conf syslog.conf usbd.conf \
19 etc.${MACHINE_ARCH}/ttys \
20 ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \
21 ${.CURDIR}/../usr.bin/mail/misc/mail.rc \
22 ${.CURDIR}/../usr.bin/locate/locate/locate.rc

--- 207 unchanged lines hidden ---
15 rc rc.bsdextended rc.firewall rc.firewall6 rc.initdiskless \
16 rc.sendmail rc.shutdown \
17 rc.subr remote rpc services shells \
18 snmpd.config sysctl.conf syslog.conf usbd.conf \
19 etc.${MACHINE_ARCH}/ttys \
20 ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \
21 ${.CURDIR}/../usr.bin/mail/misc/mail.rc \
22 ${.CURDIR}/../usr.bin/locate/locate/locate.rc

--- 207 unchanged lines hidden ---