#
#	Sub-makefile for regex portion of the library.
#
subdir		:= regex

headers 	:= regex.h
routines	:= regex

# tests	:= test_regex

include ../Rules
