--- a/Makefile Thu May 21 08:56:12 2015 -0700
+++ b/Makefile Thu May 21 13:48:49 2015 -0700
@@ -37,12 +37,13 @@
clobber: TARGET = clobber
setup: TARGET = setup
test: TARGET = test
+system-test: TARGET = system-test
component-hook: TARGET = component-hook
.DEFAULT: publish
download setup unpack patch prep build install publish validate clean clobber \
-test component-hook: $(SUBDIRS)
+test system-test component-hook: $(SUBDIRS)
$(SUBDIRS): FORCE
@+echo "$(TARGET) [email protected]" ; $(GMAKE) -C [email protected] $(TARGET)