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
Adjust list width.
[dragonfly.git]
/
usr.bin
/
vis
/
Makefile
blob
8134828915a680d8870a5cc0dff305e36b7a65f6
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $DragonFly: src/usr.bin/vis/Makefile,v 1.2 2007/08/27 16:51:01 pavalos Exp $
3
4
PROG
=
vis
5
SRCS
=
vis.c foldit.c
6
WARNS?
=
1
7
8
.
include
<
bsd.prog.mk
>