Merge branch 'vendor/LIBPCAP'
[dragonfly.git] / gnu / lib / libregex / Makefile
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 $
3
4 SUBDIR+= doc
5
6 LIB=            gnuregex
7 SHLIB_MAJOR=    3
8
9 SRCS=   regex.c
10 INCS=   regex.h
11 INCSNAME= gnuregex.h
12 NOMAN=  noman
13
14 CFLAGS+=-I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1 -DNO_POSIX_COMPAT=1
15
16 .include <bsd.lib.mk>