mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-13 23:36:08 +00:00
5 lines
64 B
Makefile
5 lines
64 B
Makefile
|
all:
|
||
|
(cd microcode; make all)
|
||
|
install:
|
||
|
./install.sh ${PREFIX}
|