Deleted Added
full compact
Makefile (11807) Makefile (11840)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $Id: Makefile,v 1.122 1995/10/22 21:26:52 ache Exp $
2# $Id: Makefile,v 1.123 1995/10/26 10:05:55 ache 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 modems netstart \

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

439 tar cf - . | \
440 ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/des/des_tgz.)
441 rm -rf ${RELEASEDIR}/tmpdes
442
443distrib-dirs:
444 mtree -deU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
445 mtree -deU -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
446# Compatibility stuff, remove obsoleted links, if exists
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 modems netstart \

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

439 tar cf - . | \
440 ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/des/des_tgz.)
441 rm -rf ${RELEASEDIR}/tmpdes
442
443distrib-dirs:
444 mtree -deU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
445 mtree -deU -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
446# Compatibility stuff, remove obsoleted links, if exists
447 if [ -d ${DESTDIR}/usr/share/locale ] ; \
447 -if [ -d ${DESTDIR}/usr/share/locale ] ; \
448 then \
449 cd ${DESTDIR}/usr/share/locale; \
450 for l in ${LATIN1LINKS} ; do \
451 [ -h $$l.ISO_8859-1 ] && rm $$l.ISO_8859-1; \
452 done; \
453 fi
454 mtree -deU -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
455 mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \

--- 47 unchanged lines hidden ---
448 then \
449 cd ${DESTDIR}/usr/share/locale; \
450 for l in ${LATIN1LINKS} ; do \
451 [ -h $$l.ISO_8859-1 ] && rm $$l.ISO_8859-1; \
452 done; \
453 fi
454 mtree -deU -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
455 mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \

--- 47 unchanged lines hidden ---