doc/en/cgi/Makefile
Remko Lodder 526e1e8250 Remove the old register script. It is no longer used within our website
and all the translations caught up. Except for es/support.sgml and
es/publish.sgml, but they are old. This also fixes a cleanup for
ceri which he started long time ago.
2005-10-06 15:44:08 +00:00

24 lines
706 B
Makefile

# $FreeBSD: www/en/cgi/Makefile,v 1.24 2005/04/09 12:45:52 mlaier Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DATA= ftp.mirrors html.pl cgi-lib.pl cgi-style.pl Gnats.pm
DATA+= cvsweb.conf cvsweb.conf-freebsd cvsweb.conf-netbsd cvsweb.conf-openbsd
CGI= ftp.cgi gallery.cgi mirror.cgi
CGI+= search.cgi cvsweb.cgi query-pr.cgi query-pr-summary.cgi
CGI+= dosendpr.cgi sendpr-code.cgi
CGI+= missing_handler.cgi
CGI+= ports.cgi pds.cgi man.cgi url.cgi getmsg.cgi mid.cgi
CGI+= mailindex.cgi monthly.cgi
.SUFFIXES: .C .cgi
.C.cgi:
${CXX} ${CFLAGS} -o ${.TARGET} ${.IMPSRC}
.include "${WEB_PREFIX}/share/mk/web.site.mk"