freebsd-dev/lib/libpathconv/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
302 B
Makefile
Raw Normal View History

# $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= ${SRCTOP/lib/libc/Versions.def
#SYMBOL_MAPS= ${.CURDIR}/Symbol.map
HAS_TESTS=
#SUBDIR.${MK_TESTS}+= tests
.include <bsd.lib.mk>