19 lines
482 B
Makefile
19 lines
482 B
Makefile
# $Id: Makefile,v 1.13 1998-08-11 11:43:50 wosch Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
DATA= ftp.mirrors
|
|
CGI= ftp.cgi gallery.cgi mirror.cgi cgi-lib.pl cgi-style.pl
|
|
CGI+= search.cgi cvsweb.cgi query-pr.cgi query-pr-summary.cgi
|
|
CGI+= dosendpr.cgi freebsd.def html.pl reg.cgi missing_handler.cgi
|
|
CGI+= ports.cgi pds.cgi man.cgi url.cgi getmsg.cgi mid.cgi
|
|
|
|
.SUFFIXES: .C .cgi
|
|
|
|
.C.cgi:
|
|
${CXX} ${CFLAGS} -o ${.TARGET} ${.IMPSRC}
|
|
|
|
.include "../web.mk"
|
|
|