repo.or.cz
/
flowgen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
do not schedule timer events less than TIMER_RES
[flowgen.git]
/
server
/
Makefile
blob
c9d6419031b4f86e82d0219f8be2af081f7a774b
1
PROG
=
flowgend
2
BINDIR
= /
usr
/
bin
3
4
.PATH
: ${
.CURDIR
} ${
.CURDIR
}/
..
5
SRCS
=
common.c
6
SRCS
+=
server.c parse.y
lex
.l
7
8
MAN
=
9
10
CFLAGS
+= -
I
${
.CURDIR
}/
..
11
12
.
include
<
bsd.prog.mk
>