diff options
Diffstat (limited to 'net-mgmt/dhcp_probe/files/patch-Makefile.am')
-rw-r--r-- | net-mgmt/dhcp_probe/files/patch-Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net-mgmt/dhcp_probe/files/patch-Makefile.am b/net-mgmt/dhcp_probe/files/patch-Makefile.am new file mode 100644 index 000000000000..6c57481c8088 --- /dev/null +++ b/net-mgmt/dhcp_probe/files/patch-Makefile.am @@ -0,0 +1,9 @@ +--- Makefile.am.orig 2015-01-28 01:27:58.000000000 -0500 ++++ Makefile.am 2015-01-28 01:38:40.000000000 -0500 +@@ -25,3 +25,6 @@ + extras/README + + ACLOCAL_AMFLAGS = -I m4 ++ ++## Copy sample configuration file to PREFIX/etc/ ++sysconf_DATA= extras/dhcp_probe.cf.sample |