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