939d033cab
This reverts r325192 and is due to libpathconv being connected in r325186. Reported by: ngie Sponsored by: Dell EMC Isilon
20 lines
302 B
Makefile
20 lines
302 B
Makefile
# $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>
|