1995-03-13 00:21:29 +01:00
|
|
|
# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.13 1995/03/06 05:51:32 nate Exp $
|
1993-11-09 21:25:14 +01:00
|
|
|
|
1993-07-30 22:16:53 +02:00
|
|
|
|
|
|
|
LIB= gnuregex
|
1995-01-11 07:12:04 +01:00
|
|
|
CFLAGS+=-I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1
|
1993-07-30 22:16:53 +02:00
|
|
|
SRCS= regex.c
|
|
|
|
NOMAN= noman
|
|
|
|
|
1995-01-16 18:56:20 +01:00
|
|
|
SUBDIR+= doc
|
|
|
|
|
1995-03-06 06:51:32 +01:00
|
|
|
beforeinstall:
|
1995-03-13 00:21:29 +01:00
|
|
|
cmp -s ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h || \
|
1994-09-15 21:52:50 +02:00
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
|
|
|
|
${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h
|
1994-05-19 19:40:01 +02:00
|
|
|
|
1993-07-30 22:16:53 +02:00
|
|
|
.include <bsd.lib.mk>
|