summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1994-09-05 05:14:01 +0000
committergpalmer <gpalmer@FreeBSD.org>1994-09-05 05:14:01 +0000
commite0ddbd275ac6f1988998226429cca1d93e013786 (patch)
tree00145dcb3e4601c92fe405a9901d96957ec862ea /etc/Makefile
parentac18751c2b038406c51085295cb4dbaa1dc7ed5a (diff)
downloadFreeBSD-src-e0ddbd275ac6f1988998226429cca1d93e013786.zip
FreeBSD-src-e0ddbd275ac6f1988998226429cca1d93e013786.tar.gz
Change references of 'mount_isofs' to 'mount_cd9660' as needed by FBSD 2.0
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 9cb5b77..f5146a3 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
OpenPOWER on IntegriCloud