From 9c4814f06c04931e1125a0b3f8b134cad0454321 Mon Sep 17 00:00:00 2001 From: jseger Date: Mon, 12 Oct 1998 19:24:09 +0000 Subject: Mark BROKEN for ELF: g++ -o mmr main.o rcfile.o listing.o handlemail.o commands.o terminal.o mailmsg.o mime.o mimetype.o base64.o filemap.o iobottle.o my_regex.o outgoing.o md5/libmd5.a -lncurses -lcompat cc: md5/libmd5.a: No such file or directory *** Error code 1 --- mail/mmr/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/mmr/Makefile b/mail/mmr/Makefile index 126fe8e..e9ef6ba 100644 --- a/mail/mmr/Makefile +++ b/mail/mmr/Makefile @@ -3,7 +3,7 @@ # Date created: 23 October 1997 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1997/11/01 14:15:12 jseger Exp $ +# $Id: Makefile,v 1.2 1997/11/04 04:45:01 asami Exp $ # DISTNAME= mmr-1.5.1 @@ -15,6 +15,8 @@ MAINTAINER= andy@icc.surw.chel.su ALL_TARGET= mmr +BROKEN_ELF= md5/libmd5.a + do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/mmr ${PREFIX}/bin -- cgit v1.1