aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-aout
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-07-17 13:25:20 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-07-17 13:25:20 +0000
commitbb083b08615e81771aa78380fbc3ac1df27a265e (patch)
treec9d6ae653411278521b7ac04808747cc4109194c /libexec/rtld-aout
parent769ed4163b24c303c234aa1fd32af4efbfcfb1f9 (diff)
Notes
Diffstat (limited to 'libexec/rtld-aout')
-rw-r--r--libexec/rtld-aout/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-aout/Makefile b/libexec/rtld-aout/Makefile
index b9647d62cb6a..9bee50147f1c 100644
--- a/libexec/rtld-aout/Makefile
+++ b/libexec/rtld-aout/Makefile
@@ -9,7 +9,7 @@ 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= -fschg -C # -C to install as atomically as possible
MLINKS= rtld.1aout ld.so.1aout
.PATH: ${.CURDIR}/${MACHINE_ARCH}