1# $OpenBSD: Makefile,v 1.3 1997/09/21 11:51:56 deraadt Exp $ 2 3PROG= wall 4SRCS= ttymsg.c wall.c 5BINGRP= tty 6BINMODE=2555 7 8.include <bsd.prog.mk> 9