head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2016.06.09.06.24.33;	author agc;	state Exp;
branches;
next	;
commitid	adANbNSKR1gwVK9z;


desc
@@


1.1
log
@Add a small lib and utility program to convert a basic regular expression into
an extended one. For more information on regexp specifications, please see
re_format(7).

The library implements a single routine called regextend(3), which implements
a simple codec-style transformation from basic to extended regular expression.
This can be useful for regular expression implementations which do not
implement basic regular expressions.
@
text
@#	$NetBSD: Makefile,v 1.1.1.1 2011/04/14 04:52:44 agc Exp $

SUBDIR=		lib .WAIT
SUBDIR+=	bin

.include <bsd.subdir.mk>

t:
	cd bin && ${MAKE} t
@
