repo.or.cz
/
dragonfly
/
vkernel-mp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove some leftover gcc40 info files.
[dragonfly/vkernel-mp.git]
/
usr.bin
/
wall
/
Makefile
blob
65abb61184c7fcc9bac15b0fa219191d16bef351
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
3
PROG
=
wall
4
SRCS
=
ttymsg.c wall.c
5
BINGRP
=
tty
6
BINMODE
=
2555
7
8
.
include
<
bsd.prog.mk
>