#
# Main Makefile for the Rule Set Based Access Control subsystem.
#
# Author and (c) 1999-2012 Amon Ott <ao@rsbac.org>

obj-y     := help/ data_structures/ adf/
obj-m     := adf/

clean:	Makefile
	rm -f `find . -name '*.o' -print`

