summaryrefslogtreecommitdiff
path: root/makedepend.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-01-19 13:42:03 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-01-19 13:42:03 +0000
commit099685bc64c7dbceb0d631a2523edb7f61aaf02f (patch)
treec82d366b827c90058eea69e9138938a65c18b961 /makedepend.SH
parent104d25b722892cb36f4c988c17016ee0180c3b1a (diff)
downloadperl-099685bc64c7dbceb0d631a2523edb7f61aaf02f.tar.gz
NetBSD update, based on patches from the NetBSD packages system.
p4raw-id: //depot/cfgperl@2650
Diffstat (limited to 'makedepend.SH')
-rwxr-xr-xmakedepend.SH1
1 files changed, 1 insertions, 0 deletions
diff --git a/makedepend.SH b/makedepend.SH
index 74c3ecb817..8176204e35 100755
--- a/makedepend.SH
+++ b/makedepend.SH
@@ -67,6 +67,7 @@ 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