summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libregex/Makefile
blob: e50178fe9331be67d19a31c61457e983a3ce9cb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Header: /home/cvs/386BSD/src/gnu/lib/libregex/Makefile,v 1.6 1994/01/29 20:20:51 nate Exp $

SHLIB_MAJOR=1
SHLIB_MINOR=0

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