make target tags work on FreeBSD

This commit is contained in:
interp 2002-10-31 13:07:31 +00:00
parent a49fbee71f
commit 7b5cf03385
1 changed files with 1 additions and 1 deletions

View File

@ -43,5 +43,5 @@ sunet-$(version_id).tar.gz: $(sunet_files)
.PHONY: tags .PHONY: tags
tags: tags:
find -name "*.scm" | etags - find . -name "*.scm" | etags -