mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 21:49:06 -04:00
8 lines
224 B
Makefile
8 lines
224 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/12/12 04:06:19 christos Exp $
|
|
|
|
HOSTPROGNAME= ${_TOOL_PREFIX}awk
|
|
HOST_SRCDIR= external/historical/nawk/bin
|
|
HOST_CPPFLAGS+= -D__EXTENSIONS__ # for isblank
|
|
|
|
.include "${.CURDIR}/../Makefile.host"
|