Deleted Added
full compact
Makefile (7043) Makefile (9970)
1# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.13 1995/03/06 05:51:32 nate Exp $
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 || \
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 \
13 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
14 ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h
15
16.include <bsd.lib.mk>
14 ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h
15
16.include <bsd.lib.mk>