mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
9 lines
139 B
Makefile
9 lines
139 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
all:
|
||
|
cd minigraph && $(MAKE)
|
||
|
cd sources && $(MAKE)
|
||
|
|
||
|
install:
|
||
|
$(BSD_INSTALL_PROGRAM) sources/k6-freebsd-cc $(PREFIX)/bin/k6
|