Mike Brennan's awk clone. Unlike original mawk, mawk-libc uses libc's regexp implementation.
10 lines
200 B
Makefile
10 lines
200 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/08/27 10:18:05 cheusov Exp $
|
|
#
|
|
|
|
.include "../../wip/mawk-uxre/Makefile.common"
|
|
|
|
PKGNAMESUF= libc
|
|
|
|
DESCR_SRC+= ${.CURDIR}/DESCR.addon
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|