#ifdef BuildUtils

#define IHaveSubdirs
SUBDIRS	= et ss usp

# This a kinda weird because each of these may need to be installed
# before the next can be built.  Thus, making all the directories then
# installing them all won't work.
make-and-install-utils:
	(cd ./et; $(MAKE) all install)
	(cd ./ss; $(MAKE) all install)
	(cd ./usp; $(MAKE) all install)

/* DO NOT ADD ANYTHING AFTER THIS #endif */
#endif /* BuildUtils */
