From 7d6fdca13048f89afb0e00eec51d7d919370850d Mon Sep 17 00:00:00 2001 From: Gary Palmer Date: Mon, 5 Sep 1994 05:14:01 +0000 Subject: [PATCH] Change references of 'mount_isofs' to 'mount_cd9660' as needed by FBSD 2.0 --- etc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index 9cb5b77383a1..f5146a30c272 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.75 1994/06/29 11:06:30 jkh Exp $ +# $Id: Makefile,v 1.76 1994/06/29 21:19:38 jkh Exp $ # disktab may be wrong -- hcx9 is a tahoe, but gets its own. # -rw-r--r-- @@ -49,7 +49,7 @@ KC_DIRS= bin dev mnt sbin KC_FILES= ${COPYRIGHT} KC_LINKS= bin/[ bin/cp bin/echo bin/sh bin/test KC_LINKS+= sbin/fsck sbin/halt sbin/init -KC_LINKS+= sbin/mount sbin/mount_isofs +KC_LINKS+= sbin/mount sbin/mount_cd9660 KC_LINKS+= sbin/umount # CD_DIRS= etc usr @@ -88,7 +88,7 @@ CPIO_CPIO= bin/dd bin/ps bin/pwd bin/stty CPIO_CPIO+= etc/protocols etc/remote etc/services CPIO_CPIO+= etc/termcap CPIO_CPIO+= sbin/dmesg -CPIO_CPIO+= sbin/ifconfig sbin/fsck sbin/mknod sbin/mount_isofs +CPIO_CPIO+= sbin/ifconfig sbin/fsck sbin/mknod sbin/mount_cd9660 CPIO_CPIO+= sbin/mount_procfs CPIO_CPIO+= sbin/reboot sbin/route sbin/slattach CPIO_CPIO+= usr/bin/awk usr/bin/chgrp usr/bin/cpio usr/bin/ex usr/bin/ftp