summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libregex/Makefile
blob: 1d59e0da35d9af6159a71df8f9a2f18e3a6c05dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.17 1996/08/12 19:04:23 ache Exp $


LIB=	gnuregex
CFLAGS+=-I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1
SRCS=	regex.c
NOMAN=	noman

SUBDIR+= doc

beforeinstall:
	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/regex.h \
		${DESTDIR}/usr/include/gnuregex.h

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud