diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2016-11-23 07:57:52 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2016-11-23 07:57:52 +0000 |
| commit | 0f7f3352c8bc463607912e2463d13e52d44a4cae (patch) | |
| tree | 38191f707228c23dd2475b7cf265cf329b392128 /lib/libpathconv/Makefile | |
| parent | fb6216bd43a3231aa6c97a033c736727ad893f5d (diff) | |
Notes
Diffstat (limited to 'lib/libpathconv/Makefile')
| -rw-r--r-- | lib/libpathconv/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/libpathconv/Makefile b/lib/libpathconv/Makefile new file mode 100644 index 000000000000..6d7f5dce0e56 --- /dev/null +++ b/lib/libpathconv/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +PACKAGE=lib${LIB} +LIB= pathconv +SHLIB_MAJOR= 1 +MAN= rel2abs.3 abs2rel.3 +INCS= pathconv.h +SRCS= abs2rel.c rel2abs.c + + +#VERSION_DEF= ${.CURDIR}/../libc/Versions.def +#SYMBOL_MAPS= ${.CURDIR}/Symbol.map + +.if ${MK_TESTS} != "no" +SUBDIR+= tests +.endif + +.include <bsd.lib.mk> |
