mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
10 lines
99 B
Makefile
10 lines
99 B
Makefile
|
all:
|
||
|
(cd src/ && make all)
|
||
|
|
||
|
install:
|
||
|
(cd src/ && make install)
|
||
|
|
||
|
clean:
|
||
|
(cd src/ && make clean)
|
||
|
|