Deleted Added
full compact
Makefile (5948) Makefile (6177)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $Id: Makefile,v 1.101 1995/01/17 20:00:01 jkh Exp $
2# $Id: Makefile,v 1.102 1995/01/27 02:20:42 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 netstart \

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

31 rm -rf fd0?* rfd0?* fd1?* rfd1?*; \
32 sh ${DESTDIR}/dev/MAKEDEV wd0 wd1 sd0 sd1 cd0 mcd0 mcd1; \
33 rm -rf *wd[01][ijklm] rmcd*)
34
35ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 -
36
37MTREE= BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist
38NAMEDB= localhost.rev named.boot root.cache
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 \

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

31 rm -rf fd0?* rfd0?* fd1?* rfd1?*; \
32 sh ${DESTDIR}/dev/MAKEDEV wd0 wd1 sd0 sd1 cd0 mcd0 mcd1; \
33 rm -rf *wd[01][ijklm] rmcd*)
34
35ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 -
36
37MTREE= BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist
38NAMEDB= localhost.rev named.boot root.cache
39PPPCNF= ppp.conf.filter.sample ppp.conf.iij ppp.conf.sample \
40 ppp.linkup.sample ppp.secret.sample
39PCS= pcs750.bin
40WCS1= wcs fppwcs poc poc1 poc2 fppoc
41WCS2= fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual
42
43# Special top level files for FreeBSD
44COPYRIGHT= COPYRIGHT
45FREEBSD=
46FREEBSD+= ${COPYRIGHT}

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

175 ${DESTDIR}/root/.profile; \
176 rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
177 ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \
178 ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile)
179 cd ${.CURDIR}/mtree; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
180 ${MTREE} ${DESTDIR}/etc/mtree
181 cd ${.CURDIR}/namedb; install -c -o ${BINOWN} -g ${BINGRP} -m 644 \
182 ${NAMEDB} ${DESTDIR}/etc/namedb
41PCS= pcs750.bin
42WCS1= wcs fppwcs poc poc1 poc2 fppoc
43WCS2= fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual
44
45# Special top level files for FreeBSD
46COPYRIGHT= COPYRIGHT
47FREEBSD=
48FREEBSD+= ${COPYRIGHT}

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

177 ${DESTDIR}/root/.profile; \
178 rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
179 ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \
180 ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile)
181 cd ${.CURDIR}/mtree; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
182 ${MTREE} ${DESTDIR}/etc/mtree
183 cd ${.CURDIR}/namedb; install -c -o ${BINOWN} -g ${BINGRP} -m 644 \
184 ${NAMEDB} ${DESTDIR}/etc/namedb
185 cd ${.CURDIR}/ppp; install -c -o ${BINOWN} -g ${BINGRP} -m 644 \
186 ${PPPCNF} ${DESTDIR}/etc/ppp
183 install -c -o ${BINOWN} -g operator -m 664 /dev/null \
184 ${DESTDIR}/etc/dumpdates
185 install -c -o nobody -g ${BINGRP} -m 664 /dev/null \
186 ${DESTDIR}/var/db/locate.database
187 install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
188 ${DESTDIR}/var/log/lpd-errs
189 install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
190 ${DESTDIR}/var/log/maillog

--- 269 unchanged lines hidden ---
187 install -c -o ${BINOWN} -g operator -m 664 /dev/null \
188 ${DESTDIR}/etc/dumpdates
189 install -c -o nobody -g ${BINGRP} -m 664 /dev/null \
190 ${DESTDIR}/var/db/locate.database
191 install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
192 ${DESTDIR}/var/log/lpd-errs
193 install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
194 ${DESTDIR}/var/log/maillog

--- 269 unchanged lines hidden ---