Deleted Added
sdiff udiff text old ( 158266 ) new ( 161748 )
full compact
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 158266 2006-05-03 15:14:47Z ume $
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 \
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 ---