wmii/libregexp/Makefile

18 lines
168 B
Makefile

ROOT= ..
include ${ROOT}/mk/hdr.mk
VERSION=2.0
TARG=libregexp9
OBJ=\
regcomp\
regerror\
regexec\
regsub\
regaux\
rregexec\
rregsub
include ${ROOT}/mk/lib.mk