summaryrefslogtreecommitdiffstats
path: root/sys/boot/userboot/libstand/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-04-25 19:25:26 +0000
committerimp <imp@FreeBSD.org>2014-04-25 19:25:26 +0000
commit29752a1c14fb929f936f836ab478bf73f91e11cd (patch)
treee61458802aff10eb35c753f3f59363e08294bf8a /sys/boot/userboot/libstand/Makefile
parent26f9e00af9a8dddca12a73d3ff2cb100778f4489 (diff)
downloadFreeBSD-src-29752a1c14fb929f936f836ab478bf73f91e11cd.zip
FreeBSD-src-29752a1c14fb929f936f836ab478bf73f91e11cd.tar.gz
Spell NO_PROFILE= as MK_PROFILE=no.
Diffstat (limited to 'sys/boot/userboot/libstand/Makefile')
-rw-r--r--sys/boot/userboot/libstand/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/userboot/libstand/Makefile b/sys/boot/userboot/libstand/Makefile
index 4ef62f3..042b6a3 100644
--- a/sys/boot/userboot/libstand/Makefile
+++ b/sys/boot/userboot/libstand/Makefile
@@ -16,7 +16,7 @@ S= ${.CURDIR}/../../../../lib/libstand
.PATH: ${S}
LIB= stand
INTERNALLIB=
-NO_PROFILE=
+MK_PROFILE= no
NO_PIC=
WARNS?= 0
OpenPOWER on IntegriCloud