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