#!/bin/sh - # # Copyright (c) 1991 The Regents of the University of California. # All rights reserved. # # %sccs.include.redist.sh% # # @(#)MAKEDEV.local 5.1 (Berkeley) %G% # # Local device MAKEDEV script. PATH=/sbin:/bin:/usr/bin umask 77 for i do case $i in *) echo 'MAKEDEV.local: no such device.' ;; esac done