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
mkfs: move directory entry manipulation
[minix.git]
/
external
/
bsd
/
flex
/
man
/
Makefile
blob
8efd2507de78e584d6fde5a18efae3ea990f8cf8
1
# $NetBSD: Makefile,v 1.1 2009/10/26 01:39:45 christos Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
.
include
"${.CURDIR}/../Makefile.inc"
6
7
DIST
= ${
IDIST
}/
doc
8
.PATH
: ${
DIST
}
9
10
TEXINFO
=
flex.texi
11
INFOFLAGS
= -
I
${
DIST
}
12
13
.
include
<
bsd.
info
.mk
>