freebsd-dev/gnu/lib/libregex/Makefile

17 lines
413 B
Makefile
Raw Normal View History

# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.14 1995/03/12 23:21:29 ache Exp $
1993-11-09 20:25:14 +00:00
1993-07-30 20:16:53 +00:00
LIB= gnuregex
CFLAGS+=-I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1
1993-07-30 20:16:53 +00:00
SRCS= regex.c
NOMAN= noman
1995-01-16 17:56:20 +00:00
SUBDIR+= doc
beforeinstall:
1995-03-12 23:21:29 +00:00
cmp -s ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h || \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h
1993-07-30 20:16:53 +00:00
.include <bsd.lib.mk>