summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-09-12 10:04:42 +0000
committerru <ru@FreeBSD.org>2001-09-12 10:04:42 +0000
commitad71f55b3686c9edb8a65e2d2103030f430d2b35 (patch)
tree175a4d71006fa3c6908ce1c1391e7920fb3f9331 /libexec
parent5596676e6c6c1e81e899cd0531f9b1c28a292669 (diff)
downloadFreeBSD-src-ad71f55b3686c9edb8a65e2d2103030f430d2b35.zip
FreeBSD-src-ad71f55b3686c9edb8a65e2d2103030f430d2b35.tar.gz
Fixed some of style bugs.
Diffstat (limited to 'libexec')
-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 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}
OpenPOWER on IntegriCloud