brian 96/05/27 18:32:03
Modified: cgi-src Makefile
Removed: cgi-src imagemap.c jj.c phf.c
Log:
Removed some of the more dangerous CGI programs. imagemap.c has been
obsoleted.
Revision Changes Path
1.4 +2 -11 apache/cgi-src/Makefile
Index: Makefile
===================================================================
RCS file: /export/home/cvs/apache/cgi-src/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** Makefile 1996/03/21 03:17:43 1.3
--- Makefile 1996/05/28 01:31:58 1.4
***************
*** 14,20 ****
.c.o:
$(CC) -c $(CFLAGS) $<
! all: query post-query imagemap jj phf animate count random
att:
make all CC=gcc CFLAGS="-O2 -DNO_STDLIB_H"
--- 14,20 ----
.c.o:
$(CC) -c $(CFLAGS) $<
! all: query post-query animate count random
att:
make all CC=gcc CFLAGS="-O2 -DNO_STDLIB_H"
***************
*** 67,81 ****
query: query.o util.o
$(CC) query.o util.o -o ../cgi-bin/query
- imagemap: imagemap.o
- $(CC) imagemap.o -o ../cgi-bin/imagemap
-
- jj: jj.o util.o
- $(CC) jj.o util.o -o ../cgi-bin/jj
-
- phf: phf.o util.o
- $(CC) phf.o util.o -o ../cgi-bin/phf
-
animate: animate.o
$(CC) animate.o -o ../cgi-bin/animate
--- 67,72 ----
***************
*** 89,93 ****
$(CC) change-passwd.o util.o -o ../sec-cgi/change-passwd
clean:
! rm -f *.o ../cgi-bin/post-query ../cgi-bin/query
../sec-cgi/change-passwd ../cgi-bin/phf ../cgi-bin/jj ../cgi-bin/imagemap
../cgi-bin/animate ../cgi-bin/count ../cgi-bin/random
--- 80,84 ----
$(CC) change-passwd.o util.o -o ../sec-cgi/change-passwd
clean:
! rm -f *.o ../cgi-bin/post-query ../cgi-bin/query
../sec-cgi/change-passwd ../cgi-bin/animate ../cgi-bin/count ../cgi-bin/random