1# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.15 1995/08/06 12:23:01 bde Exp $ 2 3 4LIB= gnuregex 5CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../../lib/libc/locale \ 6 -DHAVE_STRING_H=1 -DSTDC_HEADERS=1 7SRCS= regex.c 8NOMAN= noman 9 10SUBDIR+= doc 11 12beforeinstall: 13 cmp -s ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h || \ 14 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ 15 ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h 16 17.include <bsd.lib.mk> 18