diff options
Diffstat (limited to 'tools/regression/tls/ttls2/Makefile')
-rw-r--r-- | tools/regression/tls/ttls2/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/regression/tls/ttls2/Makefile b/tools/regression/tls/ttls2/Makefile new file mode 100644 index 0000000..584bf42 --- /dev/null +++ b/tools/regression/tls/ttls2/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PROG= ttls2 +LDADD+= -lpthread +LDADD+= -Wl,--rpath=${.CURDIR}/../../../../lib/libpthread +#LDADD+= -lthr +#LDADD+= -Wl,--rpath=${.CURDIR}/../../../../lib/libthr +LDADD+= -L${.CURDIR}/../../../../lib/libc -lc +LDADD+= -Wl,--rpath=${.CURDIR}/../../../../lib/libc +LDADD+= -Wl,--dynamic-linker=${.CURDIR}/../../../../libexec/rtld-elf/ld-elf.so.1 +NOMAN= t +DEBUG_FLAGS= -g + +.include <bsd.prog.mk> |