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
etc/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
flex
/
Makefile.inc
blob
37b58514aeb81a54dfa7207b64b6cdf571d0e5ae
1
# $NetBSD: Makefile.inc,v 1.2 2009/10/26 11:17:16 christos Exp $
2
3
WARNS?= 1
4
5
.include <bsd.own.mk>
6
7
VERSION=2.5.35
8
BINDIR?= /usr/bin
9
10
IDIST= ${NETBSDSRCDIR}/external/bsd/flex/dist
11
12
CPPFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR}/../include -I${IDIST} \
13
-DLOCALEDIR=\"/usr/share/locale\"
14
15
.PATH: ${IDIST}