Upgrade our CVS build from 1.12.8 to 1.12.9 to fix a number of pserver
[dragonfly.git] / usr.bin / wall / Makefile
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>