aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-aout
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-11-03 18:01:21 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-11-03 18:01:21 +0000
commitdee651eb15eb85ae1b3bd54056277d1dde58d129 (patch)
tree3ac3269e298a8a5ca18723b897558aed5ce0331c /libexec/rtld-aout
parentb81d7730f371c1487dea01674ea15adf03870e4e (diff)
Notes
Diffstat (limited to 'libexec/rtld-aout')
-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 9bee50147f1c..9aa7d74c89b2 100644
--- a/libexec/rtld-aout/Makefile
+++ b/libexec/rtld-aout/Makefile
@@ -9,7 +9,8 @@ LDFLAGS+=-nostdlib -Wl,-Bshareable,-Bsymbolic,-assert,nosymbolic
ASFLAGS+=-k
DPADD+= ${LIBC:S/c.a/c_pic.a/} ${LIBC:S/c.a/gcc_pic.a/}
LDADD+= -lc_pic -lgcc_pic
-INSTALLFLAGS= -fschg -C # -C to install as atomically as possible
+INSTALLFLAGS= -C # -C to install as atomically as possible
+PRECIOUSPROG=
MLINKS= rtld.1aout ld.so.1aout
.PATH: ${.CURDIR}/${MACHINE_ARCH}