diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-31 22:05:56 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-31 23:03:30 +0200 |
commit | 53d93be147de81b6efbaff0eecfbff076e1f02ca (patch) | |
tree | 4ef15af856ab7b2e771ae3c08646bfd596cbe495 /pkgsrc | |
parent | protobuf: fix build (diff) | |
download | frr-53d93be147de81b6efbaff0eecfbff076e1f02ca.tar.xz frr-53d93be147de81b6efbaff0eecfbff076e1f02ca.zip |
build: non-recursive auxiliary directories
Flatten {m4,pkgsrc,python,redhat,snapcraft}/Makefile.am into the main
one.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pkgsrc')
-rw-r--r-- | pkgsrc/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgsrc/Makefile.am b/pkgsrc/Makefile.am deleted file mode 100644 index 622fbf074..000000000 --- a/pkgsrc/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -rcdir=@pkgsrcrcdir@ - -rc_SCRIPTS = bgpd.sh ospf6d.sh ospfd.sh ripd.sh ripngd.sh zebra.sh |