#!/bin/sh

# Thanks to David Benfell for his conscientious work to create an
# exhaustive Makedev script for the pre-devfs LNX-BBC project.  That
# script was truly remarkable.  As David said, "aren't we glad devfs is
# coming?".

# Since devfs is here now, we include only a devices.txt file for
# reference.

echo "There is no makedev script supplied here.  However, you can find"
echo "a complete devices.txt file in /share, which will tell you the"
echo "major and minor numbers for all possible devices."
echo
echo "You can create device nodes with 'mknod'."
