7 lines
60 B
Makefile
7 lines
60 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= ipfs
|
||
|
MAN= ipfs.8
|
||
|
|
||
|
.include <bsd.prog.mk>
|