diff options
author | ru <ru@FreeBSD.org> | 2009-02-21 15:04:31 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2009-02-21 15:04:31 +0000 |
commit | 21f7074adead943a0dc3cef015c11ab5e77c3f67 (patch) | |
tree | 11c7670bed757ae772443084cab74e8ca7e3f130 /lib/libstand | |
parent | 1631f0aa0ab88c016fb58469d9a616a487937c15 (diff) | |
download | FreeBSD-src-21f7074adead943a0dc3cef015c11ab5e77c3f67.zip FreeBSD-src-21f7074adead943a0dc3cef015c11ab5e77c3f67.tar.gz |
Fix build when WITH_SSP is set explicitly.
Submitted by: Jeremie Le Hen
Diffstat (limited to 'lib/libstand')
-rw-r--r-- | lib/libstand/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index 66e6ebb..0c2a65c 100644 --- a/lib/libstand/Makefile +++ b/lib/libstand/Makefile @@ -6,13 +6,15 @@ # quite large. # +.include <bsd.own.mk> +MK_SSP= no + LIB= stand NO_PROFILE= NO_PIC= INCS= stand.h MAN= libstand.3 -WITHOUT_SSP= CFLAGS+= -ffreestanding -Wformat CFLAGS+= -I${.CURDIR} |