11.5Sjoerg# $NetBSD: Makefile,v 1.5 2009/11/06 15:14:37 joerg Exp $ 21.1Stv 31.3SthorpejHOSTPROGNAME= ${_TOOL_PREFIX}m4 41.1StvHOST_SRCDIR= usr.bin/m4 51.5SjoergHOST_CPPFLAGS+= -I. 61.1Stv 71.1Stv.include "${.CURDIR}/../Makefile.host" 81.4Schristos 91.4Schristos# Don't build any of those; we don't have lex and yacc available yet 101.4Schristos.y.c .y.h .l.c: 111.4Schristos @true 121.4Schristos 131.4Schristosparser.c: ${.CURDIR}/bootstrap/parser.c 141.4Schristos @ln -sf ${.ALLSRC:M*.c} $@ 151.4Schristosparser.h: ${.CURDIR}/bootstrap/parser.h 161.4Schristos @ln -sf ${.ALLSRC:M*.h} $@ 171.4Schristostokenizer.c: ${.CURDIR}/bootstrap/tokenizer.c 181.4Schristos @ln -sf ${.ALLSRC:M*.c} $@ 19