$NetBSD: patch-aa,v 1.1 2002/07/04 20:24:42 wiz Exp $ --- config/targets.orig Sun Jan 27 19:18:03 2002 +++ config/targets @@ -44,7 +44,7 @@ # build ML-Burg # -#TARGETS="$TARGETS ml-burg" +TARGETS="$TARGETS ml-burg" # pre-compile and install the remaining components of the SML/NJ library # (everything except smlnj-lib.cm, aka Util, itself) @@ -56,17 +56,17 @@ # pre-compile and install Concurrent ML, which is a library for message-passing # concurrency. # -#TARGETS="$TARGETS cml" +TARGETS="$TARGETS cml" # pre-compile and install the CML Library, which provides some useful CML # modules. # -#TARGETS="$TARGETS cml-lib" +TARGETS="$TARGETS cml-lib" # pre-compile and install eXene, which is a library for X-Windows programming. # EXene requires CML. # -#TARGETS="$TARGETS eXene" +TARGETS="$TARGETS eXene" # pre-compile and install the C-Kit, which is a library for parsing and # type-checking C programs