mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
13 lines
259 B
Plaintext
13 lines
259 B
Plaintext
|
#!/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}"
|