mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
19 lines
290 B
Makefile
19 lines
290 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>
|