diff options
author | 2019-06-08 17:10:57 +0000 | |
---|---|---|
committer | 2019-06-08 17:10:57 +0000 | |
commit | 9748e0d28bf8eb9219534a600521308f964c81e0 (patch) | |
tree | 55100b76d050c9a601bb86661c29846417f9144b | |
parent | grow sparc64 miniroot a little (diff) | |
download | wireguard-openbsd-9748e0d28bf8eb9219534a600521308f964c81e0.tar.xz wireguard-openbsd-9748e0d28bf8eb9219534a600521308f964c81e0.zip |
include mount_nfs on the amd64 ramdisk_cd, ok jca deraadt
-rw-r--r-- | distrib/amd64/ramdisk_cd/list | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/amd64/ramdisk_cd/list b/distrib/amd64/ramdisk_cd/list index 11dad21b9a6..44a6e11eb18 100644 --- a/distrib/amd64/ramdisk_cd/list +++ b/distrib/amd64/ramdisk_cd/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.1 2019/06/07 14:39:56 deraadt Exp $ +# $OpenBSD: list,v 1.2 2019/06/08 17:10:57 sthen Exp $ SRCDIRS distrib/special @@ -43,6 +43,7 @@ LINK instbin sbin/mount_cd9660 LINK instbin sbin/mount_ext2fs LINK instbin sbin/mount_ffs LINK instbin sbin/mount_msdos +LINK instbin sbin/mount_nfs LINK instbin sbin/mount_udf LINK instbin sbin/newfs LINK instbin sbin/newfs_msdos |