diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-19 13:42:03 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-19 13:42:03 +0000 |
commit | 099685bc64c7dbceb0d631a2523edb7f61aaf02f (patch) | |
tree | c82d366b827c90058eea69e9138938a65c18b961 /makedepend.SH | |
parent | 104d25b722892cb36f4c988c17016ee0180c3b1a (diff) | |
download | perl-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-x | makedepend.SH | 1 |
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 |