mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
For now only /etc/pkg/FreeBSD.conf is supported. Its style is:
Repo: {
URL: "...",
MIRROR_TYPE: "...",
...
}
The configuration will be read from /usr/local/etc/pkg.conf if exists,
otherwise /etc/pkg/FreeBSD.conf
Approved by: bapt
MFC after: 2 days
10 lines
101 B
Makefile
10 lines
101 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
|
|
FILES= FreeBSD.conf
|
|
|
|
FILESDIR= /etc/pkg
|
|
FILESMODE= 644
|
|
|
|
.include <bsd.prog.mk>
|