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
Remove whitespace after parenthesis.
[dragonfly.git]
/
usr.bin
/
wall
/
Makefile
blob
71105054257c1580579116ced4f34410b6b10aeb
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $DragonFly: src/usr.bin/wall/Makefile,v 1.2 2007/08/27 16:51:01 pavalos Exp $
3
4
PROG
=
wall
5
SRCS
=
ttymsg.c wall.c
6
BINGRP
=
tty
7
BINMODE
=
2555
8
WARNS?
=
2
9
10
.
include
<
bsd.prog.mk
>