mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
12 lines
247 B
Bash
12 lines
247 B
Bash
#!/bin/sh
|
|
#
|
|
#
|
|
|
|
# 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}"
|