43457237c1
references. Differential Revision: https://reviews.freebsd.org/D9932 Sponsored by: Netflix Silence On: arch@ (twice)
21 lines
309 B
Makefile
21 lines
309 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
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.lib.mk>
|