Assume NetBSD has touch
Rafael Garcia-Suarez [Wed, 26 Sep 2007 08:57:41 +0000 (08:57 +0000)]
(patch from NetBSD package)

p4raw-id: //depot/perl@31974

makedepend.SH

index 5d56d59..87a86c5 100755 (executable)
@@ -83,7 +83,6 @@ if test -f Makefile; then
     # to be out of date.  I don't know if OS/2 has touch, so do this:
     case "$osname" in
     os2) ;;
-    netbsd) ;;
     *) $touch $firstmakefile ;;
     esac
 fi