[BACK]Return to MAKEDEV.tmpl CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/MAKEDEV.tmpl between version 1.181 and 1.182

version 1.181, 2016/06/16 15:33:38 version 1.182, 2016/07/23 06:48:27
Line 588  setup()
Line 588  setup()
         esac          esac
   
         # If we are using mknod, then decide what options to pass it.          # If we are using mknod, then decide what options to pass it.
           MKNOD="${TOOL_MKNOD:-mknod} -F netbsd"
         if $do_mknod; then          if $do_mknod; then
                 MKNOD="${TOOL_MKNOD:-mknod} -F netbsd"  
                 if $do_force; then                  if $do_force; then
                         MKNOD="${MKNOD} -R"                          MKNOD="${MKNOD} -R"
                 else                  else

Legend:
Removed from v.1.181  
changed lines
  Added in v.1.182

CVSweb <webmaster@jp.NetBSD.org>