Codebase list freeradius / b0853fe1-47ab-4b8c-b096-3b8fbe42659b/main share / Makefile
b0853fe1-47ab-4b8c-b096-3b8fbe42659b/main

Tree @b0853fe1-47ab-4b8c-b096-3b8fbe42659b/main (Download .tar.gz)

Makefile @b0853fe1-47ab-4b8c-b096-3b8fbe42659b/mainraw · history · blame

#
#	Scripts to format dictionary files.
#
#	$Id$
#

#
#  This should only be run by hand, and then sanity checked by hand!
#
format: $(wildcard dictionary*)
	@for x in $(wildcard dictionary*) ; do \
		./format.pl $$x; \
	done