summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libregex/Makefile
blob: d6e822f3f7fd29d38bf9dfc6092336c79c005ff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Header: /a/cvs/386BSD/src/gnu/libregex/Makefile,v 1.2 1993/08/08 04:38:56 rgrimes Exp $

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

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

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