summaryrefslogtreecommitdiff
path: root/usr.bin/wall/Makefile
blob: c22a616b3dcd47201c1a872c8372fdfdc9b215ca (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.3 1997/09/21 11:51:56 deraadt Exp $

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

.include <bsd.prog.mk>