9 lines
81 B
Plaintext
9 lines
81 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
TARGET="riscv"
|
||
|
TARGET_ARCH="riscv64"
|
||
|
KERNEL="GENERIC"
|