]> git.tuebingen.mpg.de Git - osl.git/blobdiff - Makefile
Drop dependency on openssl.
[osl.git] / Makefile
index 1f125c6886fb3757b193b7ca1fb0be6026f83b91..f960d69c25ad0aa668c9db9415d08060adbe4360 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -137,13 +137,13 @@ fsck.cmdline.h fsck.cmdline.c: fsck.ggo Makefile
                < $<
 
 oslfsck: $(fsck_objects)
-       $(CC) -o $@ $(fsck_objects) -lcrypto
+       $(CC) -o $@ $(fsck_objects)
 
 oslfsck.1: oslfsck
        help2man -h --detailed-help -N ./$< > $@
 
 $(realname): $(objects)
-       $(CC) $(LDFLAGS) -o $@ $(objects) -lcrypto
+       $(CC) $(LDFLAGS) -o $@ $(objects)
 
 osl_errors.h: errlist
        echo '/** public error codes of the osl library. */' > $@