Remove old and visibly wrong mips stuff
This commit is contained in:
parent
2ba53d5fe1
commit
ce012164e6
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2003/07/07 21:13:30 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2003/07/07 22:27:46 pvalchev Exp $
|
||||
|
||||
COMMENT= "C library to parse CGI Forms"
|
||||
|
||||
@ -19,8 +19,6 @@ CONFIGURE_STYLE= gnu
|
||||
|
||||
.if $(MACHINE_ARCH) == "alpha"
|
||||
BROKEN= "Alpha architecture not yet supported"
|
||||
.elif ${MACHINE_ARCH} == "mips"
|
||||
PLIST=${PKGDIR}/PLIST.mips
|
||||
.endif
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
@ -1,9 +0,0 @@
|
||||
@comment $OpenBSD: PLIST.mips,v 1.2 2001/06/08 13:36:41 shell Exp $
|
||||
include/cgi.h
|
||||
lib/libcgiparse.a
|
||||
lib/libcgiparse.so.1
|
||||
man/cat3/cgiclose.3
|
||||
man/cat3/cgigetvalue.3
|
||||
man/cat3/cginewquerystr.3
|
||||
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/lib
|
||||
@unexec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m %D/lib
|
Loading…
Reference in New Issue
Block a user