Author: ljlane
Descripton: Add test and check targets to make /usr/bin/dh happy.
Index: b/Makefile.am
===================================================================
--- a/Makefile.am 2010-05-21 06:48:13.000000000 -0400
+++ b/Makefile.am 2010-06-12 13:25:25.517044939 -0400
@@ -99,3 +99,7 @@
for i in ${v4_bin_links}; do ${LN_S} -f "${sbindir}/iptables-multi" "${DESTDIR}${bindir}/$$i"; done;
for i in ${v4_sbin_links}; do ${LN_S} -f iptables-multi "${DESTDIR}${sbindir}/$$i"; done;
for i in ${v6_sbin_links}; do ${LN_S} -f ip6tables-multi "${DESTDIR}${sbindir}/$$i"; done;
+
+test check:
+ echo "Are we on the air? Hello, Mom!"
+