ports/devel/libgnuregex/files/Makefile
2021-04-06 16:31:13 +02:00

13 lines
201 B
Makefile

LIB= gnuregex
SHLIB_MAJOR= 6
MK_PROFILE:= no
SRCS= regex.c
INCSGROUPS= INCS WRINCS
INCS= regex.h
INCSDIR= ${INCLUDEDIR}/gnu
WRINCS= gnuregex.h
.include <bsd.lib.mk>