fixed and moved the server-side yum scripts, from nodeconfig/yum to BootstrapFS/nodec...
[bootcd.git] / Makefile
1 ETAGS=etags
2
3 tags:
4         find . -type f -a '!' '(' -name '*.x86' -o -name '*.x86_64' ')' | grep -v '/\.svn/' | xargs $(ETAGS)
5
6 .PHONY: tags