repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Re-add ascii2addr() and addr2ascii() prototypes.
[dragonfly.git]
/
usr.bin
/
vknet
/
Makefile
blob
60e659cfcd91707eff183542f8fdeefcbe733f08
1
# $DragonFly: src/usr.bin/vknet/Makefile,v 1.1 2008/05/27 23:26:38 dillon Exp $
2
#
3
4
PROG
=
vknet
5
MAN
=
vknet
.1
6
CFLAGS
+= -
DUSE_PTHREADS
=
1
-
pthread
7
SRCS
=
vknet.c
8
9
.
include
<
bsd.prog.mk
>