From bb6ad7dcac6c5ab163234f968963c2990e8c4d35 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 21 Dec 2004 12:32:15 +0000 Subject: NOFORTH -> NO_FORTH --- sys/boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/boot/Makefile') diff --git a/sys/boot/Makefile b/sys/boot/Makefile index 5a720e8..d9b9e50 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.if !defined(NOFORTH) +.if !defined(NO_FORTH) # Build the add-in FORTH interpreter. SUBDIR+= ficl .endif -- cgit v1.1