diff options
Diffstat (limited to 'math/kaskade/files/Makefile')
-rw-r--r-- | math/kaskade/files/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/kaskade/files/Makefile b/math/kaskade/files/Makefile new file mode 100644 index 000000000000..b923e13b3175 --- /dev/null +++ b/math/kaskade/files/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +all: + cd minigraph && $(MAKE) + cd sources && $(MAKE) + +install: + $(BSD_INSTALL_PROGRAM) sources/k6-freebsd-cc $(PREFIX)/bin/k6 |