summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-08-17 11:56:22 +0000
committerjb <jb@FreeBSD.org>1998-08-17 11:56:22 +0000
commitbdd99ad743edd56609b1e066fa4fe723433d5bce (patch)
treed9b429b632c50415c831d84c999f474bb8a0b865
parentefa82e7822a886010675ab43581e4c05c28f026f (diff)
downloadFreeBSD-src-bdd99ad743edd56609b1e066fa4fe723433d5bce.zip
FreeBSD-src-bdd99ad743edd56609b1e066fa4fe723433d5bce.tar.gz
Make this internal build tool static to avoid trying to use shared
libraries before the shared loader has been installed.
-rw-r--r--usr.bin/tn3270/tools/mkastods/Makefile1
-rw-r--r--usr.bin/tn3270/tools/mkastosc/Makefile1
-rw-r--r--usr.bin/tn3270/tools/mkdctype/Makefile1
-rw-r--r--usr.bin/tn3270/tools/mkdstoas/Makefile1
-rw-r--r--usr.bin/tn3270/tools/mkhits/Makefile1
5 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/tn3270/tools/mkastods/Makefile b/usr.bin/tn3270/tools/mkastods/Makefile
index f7c6608..c8507b7 100644
--- a/usr.bin/tn3270/tools/mkastods/Makefile
+++ b/usr.bin/tn3270/tools/mkastods/Makefile
@@ -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>
diff --git a/usr.bin/tn3270/tools/mkastosc/Makefile b/usr.bin/tn3270/tools/mkastosc/Makefile
index c06d075..1bac509 100644
--- a/usr.bin/tn3270/tools/mkastosc/Makefile
+++ b/usr.bin/tn3270/tools/mkastosc/Makefile
@@ -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>
diff --git a/usr.bin/tn3270/tools/mkdctype/Makefile b/usr.bin/tn3270/tools/mkdctype/Makefile
index 363eb01..82c146d 100644
--- a/usr.bin/tn3270/tools/mkdctype/Makefile
+++ b/usr.bin/tn3270/tools/mkdctype/Makefile
@@ -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>
diff --git a/usr.bin/tn3270/tools/mkdstoas/Makefile b/usr.bin/tn3270/tools/mkdstoas/Makefile
index 53ecd70..4913d0a 100644
--- a/usr.bin/tn3270/tools/mkdstoas/Makefile
+++ b/usr.bin/tn3270/tools/mkdstoas/Makefile
@@ -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>
diff --git a/usr.bin/tn3270/tools/mkhits/Makefile b/usr.bin/tn3270/tools/mkhits/Makefile
index 169e6c4..114533d 100644
--- a/usr.bin/tn3270/tools/mkhits/Makefile
+++ b/usr.bin/tn3270/tools/mkhits/Makefile
@@ -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>
OpenPOWER on IntegriCloud