diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-04 00:29:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-04 00:29:52 +0000 |
commit | 2af1f69fc494070f86b592a867d4ae3f99d61e39 (patch) | |
tree | 034fa884bd28605e7e6b6893ce62c251fab68fad /distrib/pegasos | |
parent | 9d6c1805528288a3d54a037c259a65fd99ff5240 (diff) |
put INET6, rtsol, and ping6 onto media where it fits. install.sub changes
which begin to enable use of this will follow at a later time.
Diffstat (limited to 'distrib/pegasos')
-rw-r--r-- | distrib/pegasos/ramdisk/list | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/distrib/pegasos/ramdisk/list b/distrib/pegasos/ramdisk/list index 5c9472e61da..e13ad892d9c 100644 --- a/distrib/pegasos/ramdisk/list +++ b/distrib/pegasos/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.1 2003/10/31 03:59:05 drahn Exp $ +# $OpenBSD: list,v 1.2 2004/01/04 00:29:51 deraadt Exp $ SRCDIRS distrib/special SRCDIRS gnu/usr.bin usr.bin bin sbin usr.sbin @@ -43,6 +43,8 @@ LINK instbin sbin/mount_nfs LINK instbin sbin/newfs LINK instbin sbin/newfs_msdos LINK instbin sbin/ping +LINK instbin sbin/ping6 +LINK instbin sbin/rtsol LINK instbin sbin/route LINK instbin sbin/umount LINK instbin sbin/wicontrol |