diff --git a/en/ports/growth/Makefile b/en/ports/growth/Makefile new file mode 100644 index 0000000000..a0a6f007de --- /dev/null +++ b/en/ports/growth/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ +# + +TOOLDIR=${.CURDIR}/../../../tools/portsgrowth + +all clean install: + (cd ${TOOLDIR} && make ${.TARGET}) +