Pre-2.0 release, synchronize with HAMMER 61H
[dragonfly.git] / gnu / lib / libregex / Makefile
blob55efd35e48bc93be7cfe6909bf629480e3360c29
1 # $FreeBSD: src/gnu/lib/libregex/Makefile,v 1.22.2.1 2002/07/22 14:21:45 ru Exp $
2 # $DragonFly: src/gnu/lib/libregex/Makefile,v 1.4 2005/05/03 07:19:03 joerg Exp $
4 SUBDIR+= doc
6 LIB= gnuregex
7 SHLIB_MAJOR= 3
9 SRCS= regex.c
10 INCS= regex.h
11 INCSNAME= gnuregex.h
12 NOMAN= noman
14 CFLAGS+=-I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1 -DNO_POSIX_COMPAT=1
16 .include <bsd.lib.mk>