summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libregex/Makefile
blob: 4aa2d5225bb7e263ede55b25249dbfdde590c371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.9 1994/09/15 19:52:50 bde Exp $


LIB=	gnuregex
CFLAGS+=-DHAVE_STRING_H=1 -DSTDC_HEADERS=1
SRCS=	regex.c
NOMAN=	noman

afterinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
		${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h

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