summaryrefslogtreecommitdiff
path: root/com32/libutil/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-07-24 22:49:05 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-07-24 22:49:05 -0700
commit61a4936836c3dc8341130b4fa938e0106f8a41bf (patch)
treeb594b7e08ca47794326610cae4018a63686f4e73 /com32/libutil/Makefile
parent217a9b0c77cdd5df5800c7b250765f543c680477 (diff)
downloadsyslinux-61a4936836c3dc8341130b4fa938e0106f8a41bf.tar.gz
Add support for Unix-standard MD5 password
Diffstat (limited to 'com32/libutil/Makefile')
-rw-r--r--com32/libutil/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/com32/libutil/Makefile b/com32/libutil/Makefile
index 15393533..1e5c7bcf 100644
--- a/com32/libutil/Makefile
+++ b/com32/libutil/Makefile
@@ -48,7 +48,8 @@ LNXCFLAGS = -I./include -W -Wall -O -g
LNXSFLAGS = -g
LNXLDFLAGS = -g
OBJCOPY = objcopy
-LIBOBJS = ansiline.o ansiraw.o get_key.o sha1hash.o unbase64.o
+LIBOBJS = ansiline.o ansiraw.o get_key.o sha1hash.o unbase64.o \
+ md5.o crypt-md5.o base64.o
LNXLIBOBJS = $(patsubst %.o,%.lo,$(LIBOBJS))
.SUFFIXES: .lss .c .lo .o .elf .c32 .lnx