Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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.2 2003/06/17 04:25:44 dillon Exp $
3
4 SUBDIR+= doc
5
6 LIB=            gnuregex
7 SHLIB_MAJOR=    2
8 SHLIB_MINOR=    0
9
10 SRCS=   regex.c
11 INCS=   regex.h
12 INCSNAME= gnuregex.h
13 NOMAN=  noman
14
15 CFLAGS+=-I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1 -DNO_POSIX_COMPAT=1
16
17 .include <bsd.lib.mk>