aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-04-20 16:46:36 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-04-20 16:46:36 +0000
commit0aa615d28dd4027f8552e8e30cf86c71910a7ba9 (patch)
treece9dfc616df40cd289352509a14b13efc65ce9bd /usr.sbin/sysinstall/Makefile
parent8fb722b5e16affc5217a2e5a927f4f6fb651f9b3 (diff)
downloadsrc-0aa615d28dd4027f8552e8e30cf86c71910a7ba9.tar.gz
src-0aa615d28dd4027f8552e8e30cf86c71910a7ba9.zip
Sync with 2.2 and clean up some tortured english that was added.
Notes
Notes: svn path=/head/; revision=25052
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r--usr.sbin/sysinstall/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index 0a2440fa7993..0774972e9a95 100644
--- a/usr.sbin/sysinstall/Makefile
+++ b/usr.sbin/sysinstall/Makefile
@@ -17,6 +17,7 @@ SRCS= anonFTP.c apache.c attr.c cdrom.c command.c config.c devices.c \
CFLAGS+= -Wall -I${.CURDIR}/../../gnu/lib/libdialog -I${.OBJDIR} -I/sys
CFLAGS+= -DUC_PRIVATE -DKERN_NO_SYMBOLS -DSAVE_USERCONFIG
+#CFLAGS+= -DUSE_XIG_ENVIRONMENT
.if defined(LOAD_CONFIG_FILE)
CFLAGS+= -DLOAD_CONFIG_FILE=\"${LOAD_CONFIG_FILE}\"