e1000: add i82583V 1000baseT Ethernet
[minix3.git] / tools / m4 / Makefile
blob54837a8676bf2384caf9411571fe2fd3231c4b93
1 # $NetBSD: Makefile,v 1.5 2009/11/06 15:14:37 joerg Exp $
3 HOSTPROGNAME= ${_TOOL_PREFIX}m4
4 HOST_SRCDIR= usr.bin/m4
5 HOST_CPPFLAGS+= -I.
7 .include "${.CURDIR}/../Makefile.host"
9 # Don't build any of those; we don't have lex and yacc available yet
10 .y.c .y.h .l.c:
11 @true
13 parser.c: ${.CURDIR}/bootstrap/parser.c
14 @ln -sf ${.ALLSRC:M*.c} $@
15 parser.h: ${.CURDIR}/bootstrap/parser.h
16 @ln -sf ${.ALLSRC:M*.h} $@
17 tokenizer.c: ${.CURDIR}/bootstrap/tokenizer.c
18 @ln -sf ${.ALLSRC:M*.c} $@