diff options
Diffstat (limited to 'net/smcroute/files/patch-Makefile.am')
-rw-r--r-- | net/smcroute/files/patch-Makefile.am | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/net/smcroute/files/patch-Makefile.am b/net/smcroute/files/patch-Makefile.am index c5f8048e4b7f..f5a702bc66be 100644 --- a/net/smcroute/files/patch-Makefile.am +++ b/net/smcroute/files/patch-Makefile.am @@ -1,12 +1,13 @@ ---- Makefile.am.orig 2016-02-17 21:02:06 UTC +--- Makefile.am.orig 2024-05-09 17:03:52 UTC +++ Makefile.am -@@ -2,8 +2,7 @@ +@@ -3,8 +3,8 @@ dist_sbin_SCRIPTS = smcroute + SUBDIRS = man src + DISTCLEANFILES = *~ DEADJOE semantic.cache *.gdb *.elf core core.* *.d + dist_sbin_SCRIPTS = smcroute +-doc_DATA = README.md COPYING smcroute.conf +-EXTRA_DIST = README.md ChangeLog.md autogen.sh smcroute.conf smcroute.default smcroute.init ++doc_DATA = README.md ChangeLog.md ++EXTRA_DIST = autogen.sh smcroute.conf smcroute.default smcroute.init - dist_man8_MANS = smcroute.8 - --doc_DATA = README AUTHORS TODO ChangeLog COPYING \ -- smcroute.conf smcroute.init -+doc_DATA = README AUTHORS TODO ChangeLog COPYING - EXTRA_DIST = autogen.sh smcroute.conf smcroute.init - - sbin_PROGRAMS = smcroute + if ENABLE_TEST + SUBDIRS += test |