aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-08-17 11:56:22 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-08-17 11:56:22 +0000
commit34c2c7717fa49dc4bc2493484d065fa5091d756b (patch)
tree6067206f1db47ab7fc096483f60bee570480db54
parent47b524d13a440a814c354b66a620006853a1824a (diff)
Notes
-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 f7c6608680e5..c8507b78123a 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 c06d0755bd0a..1bac509be5f6 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 363eb01ffdb8..82c146d892ed 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 53ecd705e440..4913d0a63fd5 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 169e6c419450..114533d12b1e 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>