1
2PROG=	wall
3SRCS=	ttymsg.c wall.c
4BINGRP=	tty
5BINMODE=2555
6
7.include <bsd.prog.mk>
8