2.9BSD/usr/src/sys/sys/Makefile

default:
	@echo "Use \"make tags\" to rebuild the tags file."

tags:	*.c
	-mv tags tags.old
	ctags -w *.c
	sort -o tags tags tags.mch
	-rm -f tags.old