summaryrefslogtreecommitdiffstats
path: root/tools/regression/tls
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/tls')
-rw-r--r--tools/regression/tls/ttls1/Makefile2
-rw-r--r--tools/regression/tls/ttls2/Makefile2
-rw-r--r--tools/regression/tls/ttls4/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/regression/tls/ttls1/Makefile b/tools/regression/tls/ttls1/Makefile
index f4da549..a4535e0 100644
--- a/tools/regression/tls/ttls1/Makefile
+++ b/tools/regression/tls/ttls1/Makefile
@@ -3,7 +3,7 @@
PROG= ttls1
LDFLAGS+= -L../libxx -lxx -Wl,--rpath=${.OBJDIR}/../libxx
LDFLAGS+= -L../libyy -lyy -Wl,--rpath=${.OBJDIR}/../libyy
-NO_MAN=
+MAN=
DEBUG_FLAGS= -g
.include <bsd.prog.mk>
diff --git a/tools/regression/tls/ttls2/Makefile b/tools/regression/tls/ttls2/Makefile
index 043b9ca..643040f 100644
--- a/tools/regression/tls/ttls2/Makefile
+++ b/tools/regression/tls/ttls2/Makefile
@@ -3,7 +3,7 @@
PROG= ttls2
DPADD= ${LIBPTHREAD}
LDADD= -lpthread
-NO_MAN=
+MAN=
DEBUG_FLAGS= -g
.include <bsd.prog.mk>
diff --git a/tools/regression/tls/ttls4/Makefile b/tools/regression/tls/ttls4/Makefile
index 9a38a58..2d1e501 100644
--- a/tools/regression/tls/ttls4/Makefile
+++ b/tools/regression/tls/ttls4/Makefile
@@ -3,7 +3,7 @@
PROG= ttls4
DPADD= ${LIBPTHREAD}
LDADD= -lpthread
-NO_MAN=
+MAN=
DEBUG_FLAGS= -g
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud