This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / gnu / lib / libregex / Makefile
CommitLineData
78ed81a3 1# $Header: /a/cvs/386BSD/src/gnu/libregex/Makefile,v 1.2 1993/08/08 04:38:56 rgrimes Exp $
2
3LIB= gnuregex
4CFLAGS+=-DHAVE_STRING_H=1
5SRCS= regex.c
6NOMAN= noman
7
8beforeinstall:
9 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/regex.h \
10 ${DESTDIR}/usr/include
11
12.include <bsd.lib.mk>