From f1c0432146c5a1c837e80dc51ece54e3013324c7 Mon Sep 17 00:00:00 2001 From: jseger Date: Mon, 12 Oct 1998 19:17:34 +0000 Subject: Mark BROKEN for ELF: cd mtest;make `cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -c mtest.c `cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/CFLAGS` -o mtest mtest.o -L../c-client -lc-client `cat ../c-client/LDFLAGS` /usr/libexec/elf/ld: cannot open -lc-client: No such file or directory *** Error code 1 --- mail/imap-uw/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail/imap-uw/Makefile') diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 731820752c8a..6fd3ab936732 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -3,7 +3,7 @@ # Date created: 9 Jan 1997 # Whom: pst # -# $Id: Makefile,v 1.16 1998/09/19 21:29:29 steve Exp $ +# $Id: Makefile,v 1.17 1998/09/22 15:14:57 steve Exp $ # DISTNAME= imap-4.2 @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= imap-uw@freebsd.ady.ro +BROKEN_ELF= cannot open -lc-client + ALL_TARGET= bsf MAN8= ipopd.8 imapd.8 -- cgit