freebsd-dev/gnu/lib/libregex/Makefile

16 lines
220 B
Makefile
Raw Normal View History

1999-08-28 05:11:36 +00:00
# $FreeBSD$
1993-11-09 20:25:14 +00:00
SUBDIR+= doc
LIB= gnuregex
SHLIB_MAJOR= 2
1993-07-30 20:16:53 +00:00
SRCS= regex.c
INCS= regex.h
INCSNAME= gnuregex.h
1993-07-30 20:16:53 +00:00
NOMAN= noman
CFLAGS+=-I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1 -DNO_POSIX_COMPAT=1
1995-01-16 17:56:20 +00:00
1993-07-30 20:16:53 +00:00
.include <bsd.lib.mk>