diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-04 22:25:38 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-04 22:25:38 +0000 |
commit | ebf3a223b2b6d5984c711d0da4cc02dddac547f6 (patch) | |
tree | ffb6848ab74b2bf3e03ee2711118cae6267626c9 /distrib/alpha/inst-common | |
parent | c6289e32b640b7abb359b42de3e96f465d6f97ea (diff) |
Don't include mount_nfs since the alpha RAMDISK does not have NFS support in it
Diffstat (limited to 'distrib/alpha/inst-common')
-rw-r--r-- | distrib/alpha/inst-common/list | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/alpha/inst-common/list b/distrib/alpha/inst-common/list index 9bdf716ae7e..a42901d9f10 100644 --- a/distrib/alpha/inst-common/list +++ b/distrib/alpha/inst-common/list @@ -1,5 +1,5 @@ # -# $OpenBSD: list,v 1.11 1998/09/21 23:22:54 deraadt Exp $ +# $OpenBSD: list,v 1.12 1999/04/04 22:25:37 millert Exp $ # # copy the crunched binary, link to it, and kill it @@ -33,7 +33,6 @@ LINK raminst sbin/mount LINK raminst sbin/mount_cd9660 LINK raminst sbin/mount_ffs LINK raminst sbin/mount_kernfs -LINK raminst sbin/mount_nfs LINK raminst sbin/mount_mfs LINK raminst sbin/newfs LINK raminst sbin/reboot |