Deleted Added
full compact
Makefile (176835) Makefile (178355)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 176835 2008-03-05 18:32:58Z brooks $
2# $FreeBSD: head/etc/Makefile 178355 2008-04-20 20:37:02Z sam $
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 ddb.conf dhclient.conf disktab fbtab freebsd-update.conf \
13 ftpusers gettytab group \
14 hosts hosts.allow hosts.equiv hosts.lpd \
15 inetd.conf libalias.conf login.access login.conf mac.conf motd \
16 netconfig network.subr networks newsyslog.conf nsswitch.conf \
17 portsnap.conf pf.os phones profile protocols \
18 rc rc.bsdextended rc.firewall rc.firewall6 rc.initdiskless \
19 rc.sendmail rc.shutdown \
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 ddb.conf dhclient.conf disktab fbtab freebsd-update.conf \
13 ftpusers gettytab group \
14 hosts hosts.allow hosts.equiv hosts.lpd \
15 inetd.conf libalias.conf login.access login.conf mac.conf motd \
16 netconfig network.subr networks newsyslog.conf nsswitch.conf \
17 portsnap.conf pf.os phones profile protocols \
18 rc rc.bsdextended rc.firewall rc.firewall6 rc.initdiskless \
19 rc.sendmail rc.shutdown \
20 rc.subr remote rpc services shells \
20 rc.subr regdomain.xml remote rpc services shells \
21 snmpd.config sysctl.conf syslog.conf \
22 etc.${MACHINE_ARCH}/ttys \
23 ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \
24 ${.CURDIR}/../usr.bin/mail/misc/mail.rc \
25 ${.CURDIR}/../usr.bin/locate/locate/locate.rc
26
27OPENBSMDIR= ${.CURDIR}/../contrib/openbsm
28BSM_ETC_OPEN_FILES= ${OPENBSMDIR}/etc/audit_class \

--- 217 unchanged lines hidden ---
21 snmpd.config sysctl.conf syslog.conf \
22 etc.${MACHINE_ARCH}/ttys \
23 ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \
24 ${.CURDIR}/../usr.bin/mail/misc/mail.rc \
25 ${.CURDIR}/../usr.bin/locate/locate/locate.rc
26
27OPENBSMDIR= ${.CURDIR}/../contrib/openbsm
28BSM_ETC_OPEN_FILES= ${OPENBSMDIR}/etc/audit_class \

--- 217 unchanged lines hidden ---