mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
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
2 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue