summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libregex/Makefile
blob: 560e61bc87a2cfdbb00b23934ca5acb44bb0344e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Header: /b/source/CVS/src/gnu/lib/libregex/Makefile,v 1.2 1993/04/10 15:24:44 cgd Exp $

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

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

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