mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Simplify. We can just use .sinclude here.
Submitted by: Christoph Mallon
This commit is contained in:
parent
14a20db534
commit
87fbd35f4f
1 changed files with 1 additions and 3 deletions
|
|
@ -16,9 +16,7 @@ MISRCS+=_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \
|
|||
SYM_MAPS+= ${.CURDIR}/stdlib/Symbol.map
|
||||
|
||||
# machine-dependent stdlib sources
|
||||
.if exists(${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc)
|
||||
.include "${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc"
|
||||
.endif
|
||||
.sinclude "${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc"
|
||||
|
||||
MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 \
|
||||
div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue