diff options
author | jb <jb@FreeBSD.org> | 1998-08-17 11:56:22 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-08-17 11:56:22 +0000 |
commit | bdd99ad743edd56609b1e066fa4fe723433d5bce (patch) | |
tree | d9b429b632c50415c831d84c999f474bb8a0b865 /usr.bin/tn3270 | |
parent | efa82e7822a886010675ab43581e4c05c28f026f (diff) | |
download | FreeBSD-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.
Diffstat (limited to 'usr.bin/tn3270')
-rw-r--r-- | usr.bin/tn3270/tools/mkastods/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/tn3270/tools/mkastosc/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/tn3270/tools/mkdctype/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/tn3270/tools/mkdstoas/Makefile | 1 | ||||
-rw-r--r-- | usr.bin/tn3270/tools/mkhits/Makefile | 1 |
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> |