13ef8134ef
It's useful for small image to fetch some data but we don't want to install utilities nor bloat runtime. MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33463
8 lines
80 B
Makefile
8 lines
80 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= fetch
|
|
PROG= fetch
|
|
LIBADD= fetch
|
|
|
|
.include <bsd.prog.mk>
|