Deleted Added
full compact
Makefile (152471) Makefile (153430)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 152471 2005-11-16 07:24:31Z ru $
2# $FreeBSD: head/etc/Makefile 153430 2005-12-15 01:04:51Z iedowse $
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 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 \
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 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 \
18 snmpd.config sysctl.conf syslog.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
23.if !defined(NO_LPR)
24BIN1+= printcap
25.endif
26

--- 204 unchanged lines hidden ---
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
23.if !defined(NO_LPR)
24BIN1+= printcap
25.endif
26

--- 204 unchanged lines hidden ---