diff --git a/Makefile.inc1 b/Makefile.inc1 index 90d7968..a58fbb6 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -205,6 +205,24 @@ tests: ports: check-root @${BUILD_TOOLS}/build-ports.py +huevos: + @${BUILD_TOOLS}/build-os.py + +huevos-tests: + @${BUILD_TOOLS}/run-huevos-tests.py + +huevos-playground: + @PLAYGROUND=yes ${BUILD_TOOLS}/run-huevos-tests.py + +huevos-ssh: + @START_SSH=yes ${BUILD_TOOLS}/run-huevos-tests.py + +huevos-telnet: + @START_TELNET=yes ${BUILD_TOOLS}/run-huevos-tests.py + +portsjail: huevos + @${BUILD_TOOLS}/install-jail.py + profiles: @${BUILD_TOOLS}/profiles.py