mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
(e.g. powerpc64), this looks in a slightly different default path than now, specifying both $MACHINE and $MACHINE_ARCH: MIRROR/pub/FreeBSD/releases/`uname -p`/`uname -m`/`uname -r` How to handle TBEMD properly probably merits some more discussion, but, since no such 9.0-CURRENT distfiles exist at the moment, all existing mirrors presently fail anyway.
9 lines
216 B
Makefile
9 lines
216 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS= auto adduser checksum config hostname jail keymap mirrorselect \
|
|
mount netconfig rootpass services time umount wlanconfig
|
|
BINDIR= /usr/libexec/bsdinstall
|
|
|
|
NO_MAN= true
|
|
|
|
.include <bsd.prog.mk>
|