opnsense-src/usr.sbin/bsdinstall/scripts/Makefile
Nathan Whitehorn 6dcef0cf52 Add mirror selection for FTP installs. To support TBEMD installs
(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.
2011-03-27 23:43:32 +00:00

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>