summaryrefslogtreecommitdiff
path: root/usr.bin/wall/Makefile
blob: f9fbe234c43855ec3546fda15bed08727f1e4e16 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.2 1996/06/26 05:42:46 deraadt Exp $
#	$NetBSD: Makefile,v 1.3 1994/11/17 07:17:53 jtc Exp $

PROG=	wall
SRCS=	ttymsg.c wall.c
BINGRP=	tty
BINMODE=2555

.include <bsd.prog.mk>