summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-05-16 07:46:59 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-05-16 07:46:59 +0000
commitb3f6e5e9f1724906cc8fa735fc7ad887a0cad280 (patch)
treef338d4da6f66a2c5c43aa7405ca68588884f8f84
parent214e0c902034eadd68b201a5de80823244428b2d (diff)
Notes
-rw-r--r--release/sysinstall/Makefile2
-rw-r--r--release/sysinstall/dist.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/release/sysinstall/Makefile b/release/sysinstall/Makefile
index a436dd9ceb9b..0774972e9a95 100644
--- a/release/sysinstall/Makefile
+++ b/release/sysinstall/Makefile
@@ -16,7 +16,7 @@ SRCS= anonFTP.c apache.c attr.c cdrom.c command.c config.c devices.c \
uc_scsi.c keymap.h variable_load.c
CFLAGS+= -Wall -I${.CURDIR}/../../gnu/lib/libdialog -I${.OBJDIR} -I/sys
-CFLAGS+= -DUC_PRIVATE -DKERN_NO_SYMBOLS # -DSAVE_USERCONFIG
+CFLAGS+= -DUC_PRIVATE -DKERN_NO_SYMBOLS -DSAVE_USERCONFIG
#CFLAGS+= -DUSE_XIG_ENVIRONMENT
.if defined(LOAD_CONFIG_FILE)
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index db79f93fcd4b..d8defbef83c9 100644
--- a/release/sysinstall/dist.c
+++ b/release/sysinstall/dist.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: dist.c,v 1.73.2.27 1997/04/19 14:46:08 jkh Exp $
+ * $Id: dist.c,v 1.73.2.28 1997/05/05 05:17:45 pst Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -217,7 +217,7 @@ distConfig(dialogMenuItem *self)
if ((cp = variable_get(VAR_DIST_SRC)) != NULL)
SrcDists = atoi(cp);
-#ifndef USE_XIG_ENFIRONMENT
+#ifndef USE_XIG_ENVIRONMENT
if ((cp = variable_get(VAR_DIST_X11)) != NULL)
XF86Dists = atoi(cp);