diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-05 01:16:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-05 01:16:53 +0000 |
commit | 2bcf5c1b2766e5124d66ab744a086420196c539f (patch) | |
tree | 62f7456fb38a524df3b1a8b4c891505197b897cb /etc/etc.octeon | |
parent | 79268e3a084af5e0e4528519eac7f1bde3daa77c (diff) |
We need /dev/random on the install media
discussed with rpe and halex
Diffstat (limited to 'etc/etc.octeon')
-rw-r--r-- | etc/etc.octeon/MAKEDEV.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.octeon/MAKEDEV.md b/etc/etc.octeon/MAKEDEV.md index 8d00710cc99..56c0f27b11a 100644 --- a/etc/etc.octeon/MAKEDEV.md +++ b/etc/etc.octeon/MAKEDEV.md @@ -1,6 +1,6 @@ define(MACHINE,octeon)dnl vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.2 2013/06/03 17:34:15 tedu Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.3 2014/01/05 01:16:52 deraadt Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> @@ -106,4 +106,5 @@ target(all, octcf, 0)dnl target(ramd, pty, 0)dnl target(ramd, bio)dnl target(ramd, diskmap)dnl +target(ramd, random)dnl target(ramd, octcf, 0)dnl |