Deleted Added
full compact
Makefile (124831) Makefile (126756)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 124831 2004-01-22 08:18:37Z ru $
2# $FreeBSD: head/etc/Makefile 126756 2004-03-08 22:03:29Z mlaier $
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 phones profile protocols \
14 pf.conf pf.os phones profile protocols \
15 rc rc.firewall rc.firewall6 rc.sendmail rc.shutdown \
16 rc.subr remote rpc services \
17 shells sysctl.conf syslog.conf usbd.conf \
18 etc.${MACHINE_ARCH}/ttys \
19 ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \
20 ${.CURDIR}/../usr.bin/mail/misc/mail.rc \
21 ${.CURDIR}/../usr.bin/locate/locate/locate.rc
22.if !defined(NO_LPR)

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

--- 188 unchanged lines hidden ---