mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 10:08:41 -05:00
directories to SUBDIR.${MK_TESTS} idiom
This is being done to pave the way for future work (and homogenity) in
^/projects/make-check-sandbox .
No functional change intended.
MFC after: 1 weeks
18 lines
290 B
Makefile
18 lines
290 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
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.lib.mk>
|