aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-aout/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1993-11-22 19:05:31 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1993-11-22 19:05:31 +0000
commitd3ab4e49001c64e2c2b7cec1b6fc0d28564ed1e4 (patch)
treecb8cd18f92fb4a62f1d48d446dac83ee8c7bfadf /libexec/rtld-aout/Makefile
parent047ea5bd0ce2b9ffa31e1fa3d70bd7e59efb7ee5 (diff)
downloadsrc-d3ab4e49001c64e2c2b7cec1b6fc0d28564ed1e4.tar.gz
src-d3ab4e49001c64e2c2b7cec1b6fc0d28564ed1e4.zip
Some of the latest changes from Paul K (taken from NetBSD-current).
Notes
Notes: svn path=/head/; revision=792
Diffstat (limited to 'libexec/rtld-aout/Makefile')
-rw-r--r--libexec/rtld-aout/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rtld-aout/Makefile b/libexec/rtld-aout/Makefile
index 06b215cdf2c5..a107bff9c5ae 100644
--- a/libexec/rtld-aout/Makefile
+++ b/libexec/rtld-aout/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1993/11/09 04:19:29 paul Exp $
+# $Id: Makefile,v 1.4 1993/11/09 04:44:29 paul Exp $
PROG= ld.so
SRCS= mdprologue.S rtld.c shlib.c etc.c md.c
@@ -8,7 +8,7 @@ LDDIR?= $(.CURDIR)/..
PICFLAG=-fpic
CFLAGS += -I$(LDDIR) -I$(.CURDIR) -I$(LDDIR)/$(MACHINE) -O $(PICFLAG) -DRTLD
LDFLAGS = -Bshareable -Bsymbolic -assert nosymbolic
-LIBS = -lc_pic -lgcc_pic
+LIBS = -lc_pic
BINDIR= /usr/libexec
.PATH: $(LDDIR) $(LDDIR)/$(MACHINE)