Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/libexec/httpd/libbozohttpd/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/libexec/httpd/libbozohttpd/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/libexec/httpd/libbozohttpd/Makefile 2014/02/02 03:14:58 1.2 +++ src/libexec/httpd/libbozohttpd/Makefile 2017/05/21 15:28:41 1.3 @@ -21,17 +21,7 @@ WARNS= 4 INCS= bozohttpd.h INCSDIR= /usr/include -.include - -.if ${MKCRYPTO} != "no" - LDADD+= -lssl -lcrypto DPADD+= ${LIBSSL} ${LIBCRYPTO} -.else - -COPTS+= -DNO_SSL_SUPPORT - -.endif - .include