summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-02-07 13:27:29 +0000
committerjkh <jkh@FreeBSD.org>1995-02-07 13:27:29 +0000
commitdcc217c4ac70cb9d56b6c2c8c16d0153da9746e3 (patch)
tree1a033a5adefeaef27ee04189bb869edb37eacaea /lib/csu/i386/Makefile
parent2bc5b1e7005d25be2e8653dc7a75626b9454a31f (diff)
downloadFreeBSD-src-dcc217c4ac70cb9d56b6c2c8c16d0153da9746e3.zip
FreeBSD-src-dcc217c4ac70cb9d56b6c2c8c16d0153da9746e3.tar.gz
Support for more Sun compatible dlopen() and friends. Also added proper error
handling. Reviewed by: gj Submitted by: Mark Diekhans <markd@grizzly.com>
Diffstat (limited to 'lib/csu/i386/Makefile')
-rw-r--r--lib/csu/i386/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile
index 9b860b2..dfdbc38 100644
--- a/lib/csu/i386/Makefile
+++ b/lib/csu/i386/Makefile
@@ -1,9 +1,10 @@
# from: @(#)Makefile 5.6 (Berkeley) 5/22/91
-# $Id: Makefile,v 1.10 1994/08/22 15:13:41 bde Exp $
+# $Id: Makefile,v 1.12 1994/09/19 02:00:18 ache Exp $
CFLAGS+= -DLIBC_SCCS -DDYNAMIC
OBJS= crt0.o gcrt0.o c++rt0.o
CLEANFILES+= a.out
+MAN3+= dlopen.3
all: ${OBJS}
OpenPOWER on IntegriCloud