Don't install /usr/include/stand.h twice after r293040.

Only install it from lib/libstand.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-01-07 19:19:23 +00:00
parent ca1c025222
commit 25e85b1fbc
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ LIBC_SRC= ${LIBSTAND_SRC}/../libc
LIB= stand
NO_PIC=
INCS= stand.h
INCS?= stand.h
MAN?= libstand.3
WARNS?= 0

View File

@ -10,6 +10,7 @@ LIBSTAND_CPUARCH=${MACHINE_CPUARCH}
.endif
LIBC_SRC= ${LIBSTAND_SRC}/../libc
INTERNALLIB=
INCS=
MAN=
.PATH: ${LIBSTAND_SRC}