Deleted Added
full compact
Makefile (113259) Makefile (113674)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 113259 2003-04-08 16:14:02Z des $
2# $FreeBSD: head/etc/Makefile 113674 2003-04-18 17:51:54Z mtm $
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 \
10 devd.conf dhclient.conf disktab fbtab ftpusers gettytab group \
11 hosts hosts.allow hosts.equiv hosts.lpd \
12 inetd.conf login.access login.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 \
10 devd.conf 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 networks newsyslog.conf \
13 mac.conf motd netconfig network.subr networks newsyslog.conf \
14 phones printcap profile protocols \
15 rc rc.atm rc.devfs rc.diskless1 rc.diskless2 rc.firewall rc.firewall6 \
16 rc.network rc.network6 rc.pccard rc.sendmail rc.serial rc.shutdown \
17 rc.subr rc.syscons rc.sysctl remote rpc services \
18 shells sysctl.conf syslog.conf usbd.conf \
19 etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \
20 etc.${MACHINE_ARCH}/ttys \
21 ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \

--- 205 unchanged lines hidden ---
14 phones printcap profile protocols \
15 rc rc.atm rc.devfs rc.diskless1 rc.diskless2 rc.firewall rc.firewall6 \
16 rc.network rc.network6 rc.pccard rc.sendmail rc.serial rc.shutdown \
17 rc.subr rc.syscons rc.sysctl remote rpc services \
18 shells sysctl.conf syslog.conf usbd.conf \
19 etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \
20 etc.${MACHINE_ARCH}/ttys \
21 ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \

--- 205 unchanged lines hidden ---