=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Makefile,v retrieving revision 1.92 retrieving revision 1.93 diff -c -r1.92 -r1.93 *** src/usr.bin/mandoc/Makefile 2015/03/14 21:33:18 1.92 --- src/usr.bin/mandoc/Makefile 2015/03/18 18:04:12 1.93 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.92 2015/03/14 21:33:18 schwarze Exp $ .include --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.93 2015/03/18 18:04:12 pascal Exp $ .include *************** *** 54,60 **** cgi.o: main.h mandoc.h mandoc_aux.h manpath.h mansearch.h cgi.h man.cgi: ${CGI_OBJS} ! ${CC} ${LDFLAGS} -static -o ${.TARGET} ${CGI_OBJS} ${LDADD} installcgi: man.cgi ${INSTALL} -d -o root -g wheel -m 755 ${DESTDIR}/var/www/cgi-bin --- 54,60 ---- cgi.o: main.h mandoc.h mandoc_aux.h manpath.h mansearch.h cgi.h man.cgi: ${CGI_OBJS} ! ${CC} ${LDFLAGS} ${STATIC} -o ${.TARGET} ${CGI_OBJS} ${LDADD} installcgi: man.cgi ${INSTALL} -d -o root -g wheel -m 755 ${DESTDIR}/var/www/cgi-bin