From 14f268f1254537810e406a929325fef6c7a8ed51 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 26 Jun 2019 15:15:06 +0200 Subject: Drop ebtables-config from repository This config was used by sysv init script, so is a leftover. Fixes: b43f3ff0a6180 ("ebtables: drop sysvinit script") Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 904de12..b879941 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,14 +58,11 @@ examples_ulog_test_ulog_SOURCES = examples/ulog/test_ulog.c getethertype.c daemon: ebtablesd ebtablesu exec: ebtables-legacy ebtables-legacy-restore -CLEANFILES = ebtables-legacy-save ebtables-config ebtables-legacy.8 +CLEANFILES = ebtables-legacy-save ebtables-legacy.8 ebtables-legacy-save: ebtables-save.in ${top_builddir}/config.status ${AM_V_GEN}sed -e 's![@]sbindir@!${sbindir}!g' <$< >$@ -ebtables-config: ebtables-config.in ${top_builddir}/config.status - ${AM_V_GEN}sed -e 's![@]sysconfigdir@!${sysconfigdir}!g' <$< >$@ - ebtables-legacy.8: ebtables-legacy.8.in ${top_builddir}/config.status ${AM_V_GEN}sed -e 's![@]PACKAGE_VERSION!${PACKAGE_VERSION}!g' \ -e 's![@]PACKAGE_DATE@!${PROGDATE}!g' \ -- cgit v1.2.3