Deleted Added
full compact
Makefile (1767) Makefile (1768)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $Id: Makefile,v 1.69 1994/06/21 12:42:56 jkh Exp $
2# $Id: Makefile,v 1.70 1994/06/22 08:33:28 jkh 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 myname netstart \

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

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 f***ing cron root.wheel
21BIN3= daily weekly monthly
22
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 myname netstart \

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

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 f***ing cron root.wheel
21BIN3= daily weekly monthly
22
23CLEANFILES+= *.o *.lo *.c *.cache
23CLEANFILES+= *.o *.lo *.c *.cache *.mk kcopy filesystem
24
25MTREE= BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist
26NAMEDB= localhost.rev named.boot root.cache
27PCS= pcs750.bin
28WCS1= wcs fppwcs poc poc1 poc2 fppoc
29WCS2= fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual
30
31# Special top level files for FreeBSD

--- 560 unchanged lines hidden ---
24
25MTREE= BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist
26NAMEDB= localhost.rev named.boot root.cache
27PCS= pcs750.bin
28WCS1= wcs fppwcs poc poc1 poc2 fppoc
29WCS2= fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual
30
31# Special top level files for FreeBSD

--- 560 unchanged lines hidden ---