mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 14:21:18 +01:00
ead0ba6e8d
This was originally part of the initial commit, but after discussion in D26399, I split it out into its own commit after the kernel config file. Sponsored by: Tag1 Consulting, Inc.
11 lines
166 B
Bash
11 lines
166 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# Configuration file for release/release.sh to build powerpc/powerpc64le.
|
|
|
|
TARGET="powerpc"
|
|
TARGET_ARCH="powerpc64le"
|
|
KERNEL="GENERIC64LE"
|