summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/MAKEDEV5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 1ba5f23e46ed..aa3a0a033694 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -1634,6 +1634,11 @@ mlx*)
mknod mlx$unit c 130 `unit2minor $unit`
;;
+amr*)
+ unit=`expr $i : 'amr\(.*\)'`
+ mknod amr$unit c 132 `unit2minor $unit`
+ ;;
+
3dfx*)
unit=`expr $i : '3dfx\(.*\)'`
mknod 3dfx$unit c 107 `unit2minor $unit`