diff options
| author | Warner Losh <imp@FreeBSD.org> | 2020-05-01 17:50:26 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2020-05-01 17:50:26 +0000 |
| commit | 25dcf0e53510eb8d2ef5a1fa9aacef02cd94d2ab (patch) | |
| tree | 490718dfc09d21de1577ddd76c29f70835159f8c /tools/boot | |
| parent | 9053d5b70c810867afa61dd1d2d08368be9d53a0 (diff) | |
Notes
Diffstat (limited to 'tools/boot')
| -rwxr-xr-x | tools/boot/universe.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/boot/universe.sh b/tools/boot/universe.sh index 0b2abd0510576..a23678100705d 100755 --- a/tools/boot/universe.sh +++ b/tools/boot/universe.sh @@ -97,7 +97,7 @@ for i in \ powerpc/powerpc powerpc/powerpc64 \ ; do ta=${i##*/} - dobuild $ta _.boot.${ta}.lua.log "MK_LOADEDER_LUA=yes MK_FORTH=no" + dobuild $ta _.boot.${ta}.lua.log "MK_LOADER_LUA=yes MK_FORTH=no" done # Build w/o ZFS |
