summaryrefslogtreecommitdiff
path: root/lib/libc_nonshared
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-04-25 19:25:26 +0000
committerWarner Losh <imp@FreeBSD.org>2014-04-25 19:25:26 +0000
commit98407b8bc2a44f4c665fa343496bd22ac1556700 (patch)
treee61458802aff10eb35c753f3f59363e08294bf8a /lib/libc_nonshared
parent14472d17d73ad56ae2694ad752f67a06abfaeb72 (diff)
downloadsrc-test-98407b8bc2a44f4c665fa343496bd22ac1556700.tar.gz
src-test-98407b8bc2a44f4c665fa343496bd22ac1556700.zip
Spell NO_PROFILE= as MK_PROFILE=no.
Notes
Notes: svn path=/head/; revision=264928
Diffstat (limited to 'lib/libc_nonshared')
-rw-r--r--lib/libc_nonshared/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_nonshared/Makefile b/lib/libc_nonshared/Makefile
index 4c2a94588a86d..e65fca06f8b62 100644
--- a/lib/libc_nonshared/Makefile
+++ b/lib/libc_nonshared/Makefile
@@ -4,7 +4,7 @@
# It is used exclusively with libc.so.* - there is no need for any other
# compile modes.
# bsd.lib.mk doesn't have an easy way to express that.
-NO_PROFILE?=
+MK_PROFILE?=no
.include <bsd.own.mk>
NO_PIC=
# -fpic on some platforms, -fPIC on others.