1993-11-09 20:25:14 +00:00
|
|
|
# $Header: /a/cvs/386BSD/src/gnu/libregex/Makefile,v 1.3 1993/08/23 05:26:19 rgrimes Exp $
|
|
|
|
|
|
|
|
SHLIB_MAJOR=0
|
|
|
|
SHLIB_MINOR=0
|
1993-07-30 20:16:53 +00:00
|
|
|
|
|
|
|
LIB= gnuregex
|
|
|
|
CFLAGS+=-DHAVE_STRING_H=1
|
|
|
|
SRCS= regex.c
|
|
|
|
NOMAN= noman
|
|
|
|
|
1993-08-08 04:38:56 +00:00
|
|
|
beforeinstall:
|
1993-08-23 05:26:19 +00:00
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/regex.h \
|
1993-07-30 20:16:53 +00:00
|
|
|
${DESTDIR}/usr/include
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|