repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
opendir change: refinement
[minix.git]
/
external
/
bsd
/
byacc
/
Makefile.inc
blob
15f36da4ad51b20dd87124dfd5e0fe826fb02c8c
1
# $NetBSD: Makefile.inc,v 1.2 2011/09/16 16:41:20 joerg 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
CWARNFLAGS+= -Wno-missing-noreturn
13
14
.PATH: ${IDIST}