diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-17 13:25:20 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-17 13:25:20 +0000 |
| commit | bb083b08615e81771aa78380fbc3ac1df27a265e (patch) | |
| tree | c9d6ae653411278521b7ac04808747cc4109194c /libexec/rtld-aout | |
| parent | 769ed4163b24c303c234aa1fd32af4efbfcfb1f9 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-aout')
| -rw-r--r-- | libexec/rtld-aout/Makefile | 2 |
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} |
