Deleted Added
full compact
Makefile (31071) Makefile (35832)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $Id: Makefile,v 1.162 1997/10/20 00:35:17 jmb Exp $
2# $Id: Makefile,v 1.163 1997/11/09 14:24:24 brian Exp $
3
4# -rw-r--r--
5BINOWN= root
6BINGRP= wheel
7BIN1= aliases amd.map crontab csh.cshrc csh.login csh.logout dm.conf \
8 ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
9 inetd.conf login.conf login.access motd modems networks \
10 newsyslog.conf phones pccard.conf.sample printcap profile protocols \

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

19# -rw-rw-rw-
20BIN2= motd
21
22# -rwxr-xr-x root.wheel, for the new cron root.wheel
23BIN3= netstart pccard_ether
24
25MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
26 BSD.var.dist BSD.x11.dist
3
4# -rw-r--r--
5BINOWN= root
6BINGRP= wheel
7BIN1= aliases amd.map crontab csh.cshrc csh.login csh.logout dm.conf \
8 ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
9 inetd.conf login.conf login.access motd modems networks \
10 newsyslog.conf phones pccard.conf.sample printcap profile protocols \

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

19# -rw-rw-rw-
20BIN2= motd
21
22# -rwxr-xr-x root.wheel, for the new cron root.wheel
23BIN3= netstart pccard_ether
24
25MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
26 BSD.var.dist BSD.x11.dist
27NAMEDB= PROTO.localhost.rev named.boot named.root make-localhost
27NAMEDB= PROTO.localhost.rev named.conf named.root make-localhost
28PPPCNF= ppp.conf.sample ppp.linkup.sample ppp.linkdown.sample \
29 ppp.secret.sample ppp.deny ppp.shells.sample
30NOSPAM= Makefile README sendmail.cf.additions
31
32
33# Special top level files for FreeBSD
34COPYRIGHT= COPYRIGHT
35FREEBSD=

--- 116 unchanged lines hidden ---
28PPPCNF= ppp.conf.sample ppp.linkup.sample ppp.linkdown.sample \
29 ppp.secret.sample ppp.deny ppp.shells.sample
30NOSPAM= Makefile README sendmail.cf.additions
31
32
33# Special top level files for FreeBSD
34COPYRIGHT= COPYRIGHT
35FREEBSD=

--- 116 unchanged lines hidden ---