doc/en_US.ISO8859-1/htdocs/cgi/Makefile
Gavin Atkinson 52c494c9fd Stop installing cvsweb.cgi and its config files - these have been unused
for a while now (and indeed are redirected to svnweb now, so have been
inaccessible for some time)
2014-08-16 20:47:00 +00:00

39 lines
630 B
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DATA=
DATA+= Gnats.pm
DATA+= GnatsPR.pm
DATA+= cgi-lib.pl
DATA+= cgi-style.pl
DATA+= query-pr-lib.pl
CGI=
CGI+= confirm-code.cgi
CGI+= dosendpr.cgi
CGI+= getmsg.cgi
CGI+= mailindex.cgi
CGI+= man.cgi
CGI+= mid.cgi
CGI+= mirror.cgi
CGI+= missing_handler.cgi
CGI+= monthly.cgi
CGI+= ports.cgi
CGI+= query-pr.cgi
CGI+= query-pr-summary.cgi
CGI+= search.cgi
SUBDIR= GnatsPR
.SUFFIXES: .C .cgi
.C.cgi:
${CXX} ${CFLAGS} -o ${.TARGET} ${.IMPSRC}
.include "${DOC_PREFIX}/share/mk/web.site.mk"