mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
18 lines
289 B
Makefile
18 lines
289 B
Makefile
.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>
|