diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -81,9 +81,8 @@ # needs postgresql TARGET += database -# needs lsflib/ +# needs ssl TARGET += md5 -TARGET += md5rec # needs x11 TARGET += xdemo @@ -219,10 +218,6 @@ @echo Linking $< ... @$(CC) $(LDFLAGS) -o $@ $< -lssl -md5rec: md5rec.o - @echo Linking $< ... - @$(CC) $(LDFLAGS) -o $@ $< -llsf - myprintf: myprintf.o @echo Linking $< ... @$(CC) $(LDFLAGS) -o $@ $<