diff options
author | dim <dim@FreeBSD.org> | 2016-01-08 17:42:14 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2016-01-08 17:42:14 +0000 |
commit | b5c238fc65c2ef8cd6e839857fe5cfd813cd2c59 (patch) | |
tree | da8282d35996a372408778d38763fa68c3c354c5 /lib/libstand/Makefile | |
parent | fa38d85e2c222400fa30c70e8a913e8a213a97a7 (diff) | |
parent | 368544f6729f740145f0b6572ec35ebe304692bf (diff) | |
download | FreeBSD-src-b5c238fc65c2ef8cd6e839857fe5cfd813cd2c59.zip FreeBSD-src-b5c238fc65c2ef8cd6e839857fe5cfd813cd2c59.tar.gz |
Merge ^/head r293280 through r293429.
Diffstat (limited to 'lib/libstand/Makefile')
-rw-r--r-- | lib/libstand/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index 9740d29..bce0b07 100644 --- a/lib/libstand/Makefile +++ b/lib/libstand/Makefile @@ -17,7 +17,7 @@ LIBC_SRC= ${LIBSTAND_SRC}/../libc LIB= stand NO_PIC= -INCS= stand.h +INCS?= stand.h MAN?= libstand.3 WARNS?= 0 |