diff options
author | jkh <jkh@FreeBSD.org> | 1996-10-06 16:31:12 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-10-06 16:31:12 +0000 |
commit | 5afa2e19b158c07804a73b685e7a539a7377f53a (patch) | |
tree | fe9d37bd18ccf9f7372e1aacce19eb352aa4d17b /usr.sbin/sade | |
parent | 5d54c37e3b5ca5fe727df0c530ad36b7d57d3d1f (diff) | |
download | FreeBSD-src-5afa2e19b158c07804a73b685e7a539a7377f53a.zip FreeBSD-src-5afa2e19b158c07804a73b685e7a539a7377f53a.tar.gz |
Sigh. There are still some weird boundry cases (argh!). Turn
off SAVE_USERCONFIG again until Eric comes back from his trip.
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r-- | usr.sbin/sade/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile index a056620..a427d98 100644 --- a/usr.sbin/sade/Makefile +++ b/usr.sbin/sade/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\" |