summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-26 19:11:14 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-26 19:11:14 +0000
commite410457b740a1c9bd3ff14bb48713099c7d45a4e (patch)
treeb044226aa88dbbddccdeffb5663c66ae22bc952f /libexec
parent52780bc5c40f9c0e18659767fa2fb86943904247 (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-aout/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/rtld-aout/Makefile b/libexec/rtld-aout/Makefile
index d0884e2272f1..d77c817921b5 100644
--- a/libexec/rtld-aout/Makefile
+++ b/libexec/rtld-aout/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.9 1994/02/13 20:42:48 jkh Exp $
+# $Id: Makefile,v 1.10 1994/03/10 23:19:54 ats Exp $
PROG= ld.so
SRCS= mdprologue.S rtld.c malloc.c shlib.c etc.c md.c
@@ -11,6 +11,7 @@ LDFLAGS+=-Bshareable -Bsymbolic -assert nosymbolic
ASFLAGS+=-k
LDADD+= -lc_pic -lgcc_pic
BINDIR= /usr/libexec
+INSTALLFLAGS+= -fschg
.SUFFIXES: .S