# $Id$
#
# Example test rule to check multiple sudoers files for problems.

test:
	@for F in *.conf; do /usr/sbin/visudo -c -f $$F; done
