diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 19:24:09 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 19:24:09 +0000 |
commit | 2276b72f2dec4efde5de8fcf88b1a1b855694104 (patch) | |
tree | b11a3ec4c15ce417e365979a3286541524ffc7e5 /mail/mmr | |
parent | Mark BROKEN for ELF: (diff) |
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
Notes
Notes:
svn path=/head/; revision=13916
Diffstat (limited to 'mail/mmr')
-rw-r--r-- | mail/mmr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mmr/Makefile b/mail/mmr/Makefile index 126fe8e886d9..e9ef6bae25f2 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 |