mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04: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
(cherry picked from commit 13ef8134ef)
7 lines
80 B
Makefile
7 lines
80 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= fetch
|
|
PROG= fetch
|
|
LIBADD= fetch
|
|
|
|
.include <bsd.prog.mk>
|