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:
John Birrell 1998-08-17 11:56:22 +00:00
parent 47b524d13a
commit 34c2c7717f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38397
5 changed files with 5 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>