diff options
Diffstat (limited to 'lib/csu/tests/dso/Makefile')
| -rw-r--r-- | lib/csu/tests/dso/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/tests/dso/Makefile b/lib/csu/tests/dso/Makefile index cdfea2031c99..431168de0328 100644 --- a/lib/csu/tests/dso/Makefile +++ b/lib/csu/tests/dso/Makefile @@ -1,6 +1,6 @@ -# $FreeBSD$ - .PATH: ${.CURDIR:H} + +PACKAGE= tests SHLIB= h_csu SHLIB_NAME= libh_csu.so SHLIB_MAJOR= 1 @@ -20,6 +20,6 @@ SRCS+= ${src}.c SRCS+= ${src}.cc .endfor -LIBDIR= ${TESTSBASE}/lib/csu/dynamiclib/ +LIBDIR= ${TESTSBASE}/lib/csu/dynamiclib .include <bsd.lib.mk> |
