Deleted Added
full compact
Makefile (7295) Makefile (7298)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $Id: Makefile,v 1.109 1995/03/23 08:42:58 rgrimes Exp $
2# $Id: Makefile,v 1.110 1995/03/24 00:15:15 phk Exp $
3
4# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
5# -rw-r--r--
6BINOWN= root
7BINGRP= wheel
8BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \
9 ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
10 inetd.conf login.access motd netstart \
3
4# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
5# -rw-r--r--
6BINOWN= root
7BINGRP= wheel
8BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \
9 ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
10 inetd.conf login.access motd netstart \
11 networks phones printcap profile protocols rc rc.local rc.serial \
12 remote security services sysconfig shells \
11 networks phones printcap profile protocols rc rc.local rc.maint \
12 rc.serial remote security services sysconfig shells \
13 syslog.conf ttys etc.${MACHINE}/disktab rpc make.conf \
14 ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \
15 ${.CURDIR}/../usr.bin/mail/misc/mail.rc
16
17# -rw-rw-rw-
18BIN2= motd
19
20# -rwxr-xr-x root.wheel, for the new cron root.wheel

--- 445 unchanged lines hidden ---
13 syslog.conf ttys etc.${MACHINE}/disktab rpc make.conf \
14 ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \
15 ${.CURDIR}/../usr.bin/mail/misc/mail.rc
16
17# -rw-rw-rw-
18BIN2= motd
19
20# -rwxr-xr-x root.wheel, for the new cron root.wheel

--- 445 unchanged lines hidden ---