targets=group pam user
all clean:
	for i in $(targets) ; do make -C $$i $@ ; done
