aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-05-22 15:35:50 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-05-22 18:05:17 +0300
commite30ddffa198dedeed50c1d9e2bbb98cabbec2eae (patch)
tree8325e367dd45569645aa5b2b9fef1619b49976e6 /Makefile.PL
parent6fbbfaa9ffd65b35c77cc54e4d81d94e0539da22 (diff)
downloadnetsnmp-sendmail-e30ddffa198dedeed50c1d9e2bbb98cabbec2eae.tar.gz
netsnmp-sendmail-e30ddffa198dedeed50c1d9e2bbb98cabbec2eae.tar.bz2
New utility: netsnmp-sendmail-setup
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 5645635..e496bc9 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,5 +1,5 @@
# SNMP Sendmail Statistics Module -*- perl -*-
-# Copyright (C) 2015, 2016 Sergey Poznyakoff <gray@gnu.org>
+# Copyright (C) 2015, 2016, 2019 Sergey Poznyakoff <gray@gnu.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -28,6 +28,7 @@ WriteMakefile(
'PM' => {
'Sendmail.pm' => '$(INST_LIBDIR)/Sendmail.pm'
},
+ 'EXE_FILES' => [ 'netsnmp-sendmail-setup' ],
'PREREQ_PM' => { 'NetSNMP::OID' => 0,
'NetSNMP::agent' => 0,
'NetSNMP::ASN' => 0 },

Return to:

Send suggestions and report system problems to the System administrator.