Make this internal build tool static to avoid trying to use shared
libraries before the shared loader has been installed.
This commit is contained in:
parent
47b524d13a
commit
34c2c7717f
@ -4,6 +4,7 @@ PROG= mkastods
|
||||
SRCS= mkastods.c asc_ebc.c ebc_disp.c
|
||||
CFLAGS+=-I${.CURDIR}/..
|
||||
NOMAN= noman
|
||||
NOSHARED=1
|
||||
.PATH: ${.CURDIR}/../../api
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -4,6 +4,7 @@ PROG= mkastosc
|
||||
SRCS= mkastosc.c dohits.c asc_ebc.c ebc_disp.c
|
||||
CFLAGS+=-I${.CURDIR}/../mkhits -I${.CURDIR}/..
|
||||
NOMAN= noman
|
||||
NOSHARED=1
|
||||
.PATH: ${.CURDIR}/../mkhits ${.CURDIR}/../../api
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -4,6 +4,7 @@ PROG= mkdctype
|
||||
SRCS= mkdctype.c ebc_disp.c ectype.c
|
||||
CFLAGS+=-I${.CURDIR}/..
|
||||
NOMAN= noman
|
||||
NOSHARED=1
|
||||
.PATH: ${.CURDIR}/../../api
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -4,6 +4,7 @@ PROG= mkdstoas
|
||||
SRCS= mkdstoas.c asc_ebc.c ebc_disp.c
|
||||
CFLAGS+=-I${.CURDIR}/..
|
||||
NOMAN= noman
|
||||
NOSHARED=1
|
||||
.PATH: ${.CURDIR}/../../api
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -4,6 +4,7 @@ PROG= mkhits
|
||||
SRCS= mkhits.c dohits.c asc_ebc.c ebc_disp.c
|
||||
CFLAGS+=-I${.CURDIR}/..
|
||||
NOMAN= noman
|
||||
NOSHARED=1
|
||||
.PATH: ${.CURDIR}/../../api
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user