mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
10 lines
154 B
Bash
10 lines
154 B
Bash
#!/bin/sh
|
|
#
|
|
#
|
|
|
|
# Configuration file for release/release.sh to build powerpc/powerpc64le.
|
|
|
|
TARGET="powerpc"
|
|
TARGET_ARCH="powerpc64le"
|
|
KERNEL="GENERIC64LE"
|