The previous commit broke this for a.out.

===
cc -fpic -DPIC -c -O -pipe -DNFSKLUDGE -DIGNORE_LOCK_EACCES_ERRORS  mx.c -o mx.so
ld -Bshareable -x -soname libc-client.so.2.1 -o libc-client.so.2.1 mail.so misc.so newsrc.so smanager.so osdep.so utf8.so siglocal.so dummy.so pseudo.so netmsg.so flstring.so fdstring.so rfc822.so nntp.so smtp.so imap4r1.so pop3.so unix.so mbox.so mbx.so mmdf.so tenex.so mtx.so news.so phile.so mh.so mx.so
ld: libc-client.so.2.1: No such file or directory
*** Error code 1

Stop.
This commit is contained in:
Satoshi Asami 1998-10-23 18:42:49 +00:00
parent 66545edc0c
commit 66557641c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14164

View File

@ -3,7 +3,7 @@
# Date created: 9 Jan 1997
# Whom: pst
#
# $Id: Makefile,v 1.18 1998/10/12 19:17:34 jseger Exp $
# $Id: Makefile,v 1.19 1998/10/13 23:25:06 jseger Exp $
#
DISTNAME= imap-4.2
@ -15,6 +15,10 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= imap-uw@freebsd.ady.ro
VERSION!= sysctl -n kern.osreldate
.if ${VERSION} < 300000
BROKEN= build
.endif
ALL_TARGET= bsf
MAN8= ipopd.8 imapd.8