Deleted Added
full compact
Makefile (1731) Makefile (1734)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $Id: Makefile,v 1.63 1994/06/08 11:01:46 csgr Exp $
2# $Id: Makefile,v 1.64 1994/06/15 20:14:29 jkh Exp $
3
4NOOBJ= noobj
5
6# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
7# -rw-r--r--
8BINOWN= root
9BINGRP= wheel
10BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \
11 ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
3
4NOOBJ= noobj
5
6# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
7# -rw-r--r--
8BINOWN= root
9BINGRP= wheel
10BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \
11 ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
12 inetd.conf login.access manpath.config motd myname netstart \
12 inetd.conf login.access motd myname netstart \
13 networks phones printcap protocols rc rc.local remote \
14 security services shells skey.access \
13 networks phones printcap protocols rc rc.local remote \
14 security services shells skey.access \
15 syslog.conf ttys etc.${MACHINE}/disktab rpc make.conf
15 syslog.conf ttys etc.${MACHINE}/disktab rpc make.conf \
16 ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \
17 ${.CURDIR}/../usr.bin/mail/misc/mail.rc
16
17# -rw-rw-rw-
18BIN2= motd
19
20# -rwxr-xr-x root.wheel, for the new f***ing cron root.wheel
21BIN3= daily weekly monthly
22
23MTREE= BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist

--- 564 unchanged lines hidden ---
18
19# -rw-rw-rw-
20BIN2= motd
21
22# -rwxr-xr-x root.wheel, for the new f***ing cron root.wheel
23BIN3= daily weekly monthly
24
25MTREE= BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist

--- 564 unchanged lines hidden ---