1994-09-15 19:52:50 +00:00
|
|
|
# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.8 1994/05/27 10:53:33 csgr Exp $
|
1993-11-09 20:25:14 +00:00
|
|
|
|
1993-07-30 20:16:53 +00:00
|
|
|
|
|
|
|
LIB= gnuregex
|
|
|
|
CFLAGS+=-DHAVE_STRING_H=1
|
|
|
|
SRCS= regex.c
|
|
|
|
NOMAN= noman
|
|
|
|
|
1994-05-19 17:40:01 +00:00
|
|
|
afterinstall:
|
1994-09-15 19:52:50 +00:00
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
|
|
|
|
${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h
|
1994-05-19 17:40:01 +00:00
|
|
|
|
1993-07-30 20:16:53 +00:00
|
|
|
.include <bsd.lib.mk>
|