enable extensions for isblank() and solaris

This commit is contained in:
christos 2008-11-25 18:41:57 +00:00
parent 88bda1cea2
commit 2e31951ce3
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.1 2008/10/19 19:40:19 apb Exp $
# $NetBSD: Makefile,v 1.2 2008/11/25 18:41:57 christos Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}awk
HOST_SRCDIR= usr.bin/awk
HOST_CPPFLAGS+= -D__EXTENSIONS__ # for isblank
.include "${.CURDIR}/../Makefile.host"