diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-01-07 19:19:23 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-01-07 19:19:23 +0000 |
| commit | 25e85b1fbcfdd9c10c2a1c32bbbdd9cb33139e4b (patch) | |
| tree | 46178fa12426889bb28a070c633871b7c86ea1c0 /lib/libstand | |
| parent | ca1c0252225af6f3c38c6ae23ca9580216cfc4e9 (diff) | |
Notes
Diffstat (limited to 'lib/libstand')
| -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 ee8087be3ea6..c85b694f3e7e 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 |
