1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4PROG=	wall
5SRCS=	ttymsg.c wall.c
6BINGRP=	tty
7BINMODE=2555
8
9.include <bsd.prog.mk>
10