diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2020-04-24 20:09:06 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2020-04-24 20:09:06 +0000 |
commit | 2e246337f8961120aa0ac415c8d700acf44430e1 (patch) | |
tree | 58d59d7ae4c9512a6d75dfc0e7c98cff98de2e97 /etc/etc.landisk | |
parent | a5d6e9e3105ce06ee4f98f33d510345837ccf143 (diff) |
Bump audio devices count to 4
ok deraadt
Diffstat (limited to 'etc/etc.landisk')
-rw-r--r-- | etc/etc.landisk/MAKEDEV.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.landisk/MAKEDEV.md b/etc/etc.landisk/MAKEDEV.md index d31f3a0d393..64be017542a 100644 --- a/etc/etc.landisk/MAKEDEV.md +++ b/etc/etc.landisk/MAKEDEV.md @@ -1,6 +1,6 @@ define(MACHINE,landisk)dnl vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.46 2020/01/23 02:47:28 dlg Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.47 2020/04/24 20:09:04 ratchov Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> @@ -105,7 +105,7 @@ _std(1, 2, 8, 6) dnl dnl *** landisk specific targets dnl -twrget(all, au, audio, 0, 1, 2)dnl +twrget(all, au, audio, 0, 1, 2, 3)dnl twrget(all, scif, tty, a)dnl target(all, ch, 0)dnl target(all, vscsi, 0)dnl |