summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libregex/Makefile
blob: 4039b1a4beae9b74d982ac1ba106f49ff8a2edab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Header: /home/cvs/386BSD/src/gnu/lib/libregex/Makefile,v 1.7 1994/05/19 17:40:01 jkh Exp $


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

afterinstall:
	install -c ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h

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