Lines Matching refs:MAKEDEV
2 # $NetBSD: MAKEDEV.local,v 1.14 2008/04/30 13:10:49 martin Exp $
30 # MAKEDEV.local can be customised to create site-specific device nodes.
32 # line options as MAKEDEV.
34 # "MAKEDEV all" or "MAKEDEV local" will invoke "MAKEDEV.local all";
35 # MAKEDEV.local may also be invoked directly with other args.
55 # Add more cases here. You can call functions defined in MAKEDEV.
72 # MAIN: Figure out where MAKEDEV is; load MAKEDEV as a function library;
76 */*) MAKEDEV="${0%/*}/MAKEDEV" ;;
77 *) MAKEDEV="./MAKEDEV" ;;
79 [ -f "${MAKEDEV}" ] || MAKEDEV="/dev/MAKEDEV"
81 MAKEDEV_AS_LIBRARY=1 . "${MAKEDEV}" || exit 1