mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
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
7 lines
80 B
Makefile
7 lines
80 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= fetch
|
|
PROG= fetch
|
|
LIBADD= fetch
|
|
|
|
.include <bsd.prog.mk>
|