summaryrefslogtreecommitdiff
path: root/com32/menu/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-08-26 14:46:36 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-08-26 14:46:36 -0700
commit2a6fef03f88e7aa56009f608dccd17e6f24dde97 (patch)
tree7ad00e1cd13b7a0c8eb54a3f6f039ad0413d90a3 /com32/menu/Makefile
parent2a6e8707d8da5e39ea3472c6d820099331fc5585 (diff)
downloadsyslinux-2a6fef03f88e7aa56009f608dccd17e6f24dde97.tar.gz
menu: avoid leaving obvious password turds in memory
Avoid leaving obvious password turds in memory. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32/menu/Makefile')
-rw-r--r--com32/menu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/menu/Makefile b/com32/menu/Makefile
index cfdea06a..9b856c2e 100644
--- a/com32/menu/Makefile
+++ b/com32/menu/Makefile
@@ -23,7 +23,7 @@ LNXLIBS = ../libutil/libutil_lnx.a
MODULES = menu.c32 vesamenu.c32
TESTFILES =
-COMMONOBJS = menumain.o readconfig.o passwd.o printmsg.o colors.o \
+COMMONOBJS = menumain.o readconfig.o passwd.o drain.o printmsg.o colors.o \
background.o refstr.o execute.o
all: $(MODULES) $(TESTFILES)