From 6dee87c350eefe9df91886003752dc4a8499eb24 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Fri, 23 Mar 2001 08:59:38 +0000 Subject: MFC rev 1.295. Create symlink for afaN device. Approved by: jkh --- etc/MAKEDEV | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 55f29ee3de98..3c19e2450aad 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -1634,6 +1634,7 @@ i4btrc*) aac*) unit=`expr $i : 'aac\(.*\)'` mknod aac$unit c 150 `unit2minor $unit` + ln -s aac$unit afa$unit ;; mlx*) -- cgit v1.2.3