Deleted Added
full compact
Makefile (57407) Makefile (57459)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 57407 2000-02-24 06:42:49Z shin $
2# $FreeBSD: head/etc/Makefile 57459 2000-02-24 23:12:04Z markm $
3
4SUBDIR= sendmail
5
6BIN1= aliases amd.map apmd.conf auth.conf \
7 crontab csh.cshrc csh.login csh.logout \
8 dhclient.conf dm.conf fbtab ftpusers gettytab group \
9 hosts hosts.allow host.conf hosts.equiv hosts.lpd \
10 inetd.conf login.access login.conf \

--- 4 unchanged lines hidden (view full) ---

15 remote rpc security services shells syslog.conf usbd.conf \
16 etc.${MACHINE_ARCH}/disktab \
17 etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \
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
3
4SUBDIR= sendmail
5
6BIN1= aliases amd.map apmd.conf auth.conf \
7 crontab csh.cshrc csh.login csh.logout \
8 dhclient.conf dm.conf fbtab ftpusers gettytab group \
9 hosts hosts.allow host.conf hosts.equiv hosts.lpd \
10 inetd.conf login.access login.conf \

--- 4 unchanged lines hidden (view full) ---

15 remote rpc security services shells syslog.conf usbd.conf \
16 etc.${MACHINE_ARCH}/disktab \
17 etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \
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
23.if !defined(NO_OPENSSH)
24BIN1+= ${.CURDIR}/../crypto/openssh/ssh_config \
25 ${.CURDIR}/../crypto/openssh/sshd_config
26.endif
27
23# -rwxr-xr-x root.wheel, for the new cron root.wheel
24BIN2= netstart pccard_ether rc.suspend rc.resume
25
26MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
27 BSD.var.dist BSD.x11.dist
28NAMEDB= PROTO.localhost.rev named.conf named.root make-localhost
29PPPCNF= ppp.deny ppp.shells.sample
30PPPCF2= ppp.conf

--- 129 unchanged lines hidden ---
28# -rwxr-xr-x root.wheel, for the new cron root.wheel
29BIN2= netstart pccard_ether rc.suspend rc.resume
30
31MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
32 BSD.var.dist BSD.x11.dist
33NAMEDB= PROTO.localhost.rev named.conf named.root make-localhost
34PPPCNF= ppp.deny ppp.shells.sample
35PPPCF2= ppp.conf

--- 129 unchanged lines hidden ---