1# This file, along with the "strip" perl script, works around a verification
2# error caused by a UFS bug (stripping a multi-link file breaks the link, and
3# sometimes causes the wrong file to be stripped/unstripped).  By using the
4# "strip" perl script, it not only causes the correct file to be stripped, but
5# also preserves the link.
6
7export PATH:=$(SRCROOT)/bin:$(PATH)
8
9.DEFAULT:
10	@$(MAKE) -f Makefile $@
11