7b7a0120f8
Since we aren't keeping all the GNU libs at the same versions, this is useless and causes us to build a shared libgcc, which we don't want to do.
19 lines
400 B
Makefile
19 lines
400 B
Makefile
# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.19 1996/11/16 22:53:42 joerg Exp $
|
|
|
|
SUBDIR+= doc
|
|
|
|
LIB= gnuregex
|
|
SHLIB_MAJOR= 2
|
|
SHLIB_MINOR= 0
|
|
|
|
SRCS= regex.c
|
|
NOMAN= noman
|
|
|
|
CFLAGS+=-I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1 -DNO_POSIX_COMPAT=1
|
|
|
|
beforeinstall:
|
|
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/regex.h \
|
|
${DESTDIR}/usr/include/gnuregex.h
|
|
|
|
.include <bsd.lib.mk>
|