1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00
freebsd/release/i386/i386.conf

13 lines
259 B
Plaintext
Raw Normal View History

#!/bin/sh
#
# $FreeBSD$
#
# Configuration file for release/release.sh to build i386/i386.
# Note: CHROOT_MAKEENV assumes the build host is amd64.
TARGET="i386"
TARGET_ARCH="i386"
KERNEL="GENERIC"
CHROOT_MAKEENV="TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH}"