diff options
| author | Warner Losh <imp@FreeBSD.org> | 2009-02-19 18:53:08 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2009-02-19 18:53:08 +0000 |
| commit | 7d11259539b522571ff451feafd7a3782afec7bf (patch) | |
| tree | f7b6b6b0f82c7f2d18f3f6892ec6798751425896 /sys/boot/Makefile | |
| parent | 962cd8ffd705b3a5cfa453560f13b926f6503429 (diff) | |
Notes
Diffstat (limited to 'sys/boot/Makefile')
| -rw-r--r-- | sys/boot/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile index 7020ebb448b1..02c767df0d2d 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -2,10 +2,6 @@ .include <bsd.own.mk> -.if ${MACHINE_ARCH} == "mips" -MK_FORTH=no # not yet -.endif - .if ${MK_FORTH} != "no" # Build the add-in FORTH interpreter. SUBDIR+= ficl |
