diff options
author | ru <ru@FreeBSD.org> | 2001-09-12 10:04:42 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-09-12 10:04:42 +0000 |
commit | ad71f55b3686c9edb8a65e2d2103030f430d2b35 (patch) | |
tree | 175a4d71006fa3c6908ce1c1391e7920fb3f9331 /libexec | |
parent | 5596676e6c6c1e81e899cd0531f9b1c28a292669 (diff) | |
download | FreeBSD-src-ad71f55b3686c9edb8a65e2d2103030f430d2b35.zip FreeBSD-src-ad71f55b3686c9edb8a65e2d2103030f430d2b35.tar.gz |
Fixed some of style bugs.
Diffstat (limited to 'libexec')
-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 b9647d6..9bee501 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} |