Deleted Added
full compact
Makefile (17554) Makefile (17935)
1# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.16 1996/08/12 18:03:53 ache Exp $
1# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.17 1996/08/12 19:04:23 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:
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
12 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/regex.h \
13 ${DESTDIR}/usr/include/gnuregex.h
15
16.include <bsd.lib.mk>
14
15.include <bsd.lib.mk>