diff options
Diffstat (limited to 'collectors/freebsd.plugin/Makefile.am')
-rw-r--r-- | collectors/freebsd.plugin/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/collectors/freebsd.plugin/Makefile.am b/collectors/freebsd.plugin/Makefile.am index ca4d4ddd..161784b8 100644 --- a/collectors/freebsd.plugin/Makefile.am +++ b/collectors/freebsd.plugin/Makefile.am @@ -1,9 +1,8 @@ # SPDX-License-Identifier: GPL-3.0-or-later AUTOMAKE_OPTIONS = subdir-objects - MAINTAINERCLEANFILES = $(srcdir)/Makefile.in dist_noinst_DATA = \ - README.md \ - $(NULL) + README.md \ + $(NULL) |