repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
external
/
bsd
/
byacc
/
Makefile.inc
blob
99ad283467f3ba73db8ff43fe40f6901209859f1
1
# $NetBSD: Makefile.inc,v 1.2 2009/10/26 11:17:16 christos Exp $
2
3
WARNS=4
4
5
.include <bsd.own.mk>
6
7
BINDIR?= /usr/bin
8
9
IDIST= ${NETBSDSRCDIR}/external/bsd/byacc/dist
10
11
CPPFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR}/../include -I${IDIST}
12
13
.PATH: ${IDIST}