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:
parent
ca1c025222
commit
25e85b1fbc
@ -17,7 +17,7 @@ LIBC_SRC= ${LIBSTAND_SRC}/../libc
|
||||
|
||||
LIB= stand
|
||||
NO_PIC=
|
||||
INCS= stand.h
|
||||
INCS?= stand.h
|
||||
MAN?= libstand.3
|
||||
|
||||
WARNS?= 0
|
||||
|
@ -10,6 +10,7 @@ LIBSTAND_CPUARCH=${MACHINE_CPUARCH}
|
||||
.endif
|
||||
LIBC_SRC= ${LIBSTAND_SRC}/../libc
|
||||
INTERNALLIB=
|
||||
INCS=
|
||||
MAN=
|
||||
.PATH: ${LIBSTAND_SRC}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user