aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-10-06 16:31:12 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-10-06 16:31:12 +0000
commit7bea4afad3499796ffb6f5901c50a009273145fb (patch)
treefe9d37bd18ccf9f7372e1aacce19eb352aa4d17b /release/sysinstall/Makefile
parentd1f6ee03f1a7501b5010ebb7c298539ffa0ddf33 (diff)
downloadsrc-7bea4afad3499796ffb6f5901c50a009273145fb.tar.gz
src-7bea4afad3499796ffb6f5901c50a009273145fb.zip
Sigh. There are still some weird boundry cases (argh!). Turn
off SAVE_USERCONFIG again until Eric comes back from his trip.
Notes
Notes: svn path=/head/; revision=18761
Diffstat (limited to 'release/sysinstall/Makefile')
-rw-r--r--release/sysinstall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/Makefile b/release/sysinstall/Makefile
index a056620efbdd..a427d985e63d 100644
--- a/release/sysinstall/Makefile
+++ b/release/sysinstall/Makefile
@@ -14,7 +14,7 @@ SRCS= anonFTP.c apache.c attr.c cdrom.c command.c config.c devices.c \
uc_scsi.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+= -DLOAD_CONFIG_FILE=\"install.cfg\"