9base

revived minimalist port of Plan 9 userland to Unix
git clone git://git.suckless.org/9base
Log | Files | Refs | README | LICENSE

commit 4e0debbdf6662c3b7449b725e9fd1b26c4e0ec60
parent 63069fc74a8ca095331d8b8a4bed51a6bb85edd8
Author: Anselm R Garbe <garbeam@gmail.com>
Date:   Mon,  3 Aug 2009 10:14:59 +0100

unused
Diffstat:
Dlib9/regex/mkfile | 25-------------------------
1 file changed, 0 insertions(+), 25 deletions(-)

diff --git a/lib9/regex/mkfile b/lib9/regex/mkfile @@ -1,25 +0,0 @@ -<$PLAN9/src/mkhdr - -LIB=libregexp9.a - -OFILES=\ - regcomp.$O\ - regerror.$O\ - regexec.$O\ - regsub.$O\ - regaux.$O\ - rregexec.$O\ - rregsub.$O\ - -HFILES=\ - $PLAN9/include/regexp9.h\ - regcomp.h\ - -<$PLAN9/src/mksyslib - -test: test.$O $LIB - $CC -o test test.$O $LIB -L/usr/local/lib -lfmt -lutf - -test2: test2.$O $LIB - $CC -o test2 test2.$O $LIB -L/usr/local/lib -lfmt -lutf -