=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.422 retrieving revision 1.423 diff -u -p -r1.422 -r1.423 --- mandoc/Makefile 2014/07/10 00:31:10 1.422 +++ mandoc/Makefile 2014/07/12 18:32:47 1.423 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.422 2014/07/10 00:31:10 schwarze Exp $ +# $Id: Makefile,v 1.423 2014/07/12 18:32:47 schwarze Exp $ # # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons # Copyright (c) 2011, 2013, 2014 Ingo Schwarze @@ -65,8 +65,11 @@ INSTALL_MAN = $(INSTALL_DATA) # the dependency on SQLite3, comment the following two lines. DBLIB = -L/usr/local/lib -lsqlite3 DBBIN = makewhatis manpage apropos -DBBIN += man.cgi +# To build man.cgi, copy cgi.h.example to cgi.h, edit it, and +# either enable the following line or run "make man.cgi" by hand. +#DBBIN += man.cgi + # OpenBSD has the ohash functions in libutil. # Comment the following line if your system doesn't. DBLIB += -lutil @@ -250,6 +253,7 @@ msec.o: msec.in roff.o: predefs.in st.o: st.in vol.o: vol.in +cgi.o: cgi.h $(LIBMAN_OBJS): libman.h $(LIBMDOC_OBJS): libmdoc.h