summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-01-07 19:19:23 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-01-07 19:19:23 +0000
commit36d4fab170cde2537c8903766535e6301ecdaca9 (patch)
tree46178fa12426889bb28a070c633871b7c86ea1c0 /lib/libstand
parent8d062e4dae0bcba495a5934cfbd836d14bc96d71 (diff)
downloadFreeBSD-src-36d4fab170cde2537c8903766535e6301ecdaca9.zip
FreeBSD-src-36d4fab170cde2537c8903766535e6301ecdaca9.tar.gz
Don't install /usr/include/stand.h twice after r293040.
Only install it from lib/libstand. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index ee8087b..c85b694 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
OpenPOWER on IntegriCloud