- (makedepend.in): run on snmpnetstat dir also.


git-svn-id: file:///home/hardaker/lib/sf-bkups/net-snmp-convert-svnrepo/trunk@776 06827809-a52a-0410-b366-d66718629ded
diff --git a/makedepend.in b/makedepend.in
index 3398f80..cc4ebe5 100755
--- a/makedepend.in
+++ b/makedepend.in
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 
-foreach $i (qw(snmplib/Makefile agent/Makefile agent/mibgroup/Makefile apps/Makefile)) {
+foreach $i (qw(snmplib/Makefile agent/Makefile agent/mibgroup/Makefile apps/Makefile apps/snmpnetstat/Makefile)) {
     print STDERR "processing $i... ";
     open(IN,"$i");
     while ($_ = <IN>,!/^# DO NOT DELETE THIS LINE/) { }