summaryrefslogtreecommitdiff
path: root/usr.bin/wall/Makefile
blob: 34d9c20634bf2dce80a004b7e374959d98dfafe4 (plain)
1
2
3
4
5
6
7
8
9
#	$NetBSD: Makefile,v 1.3 1994/11/17 07:17:53 jtc Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

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

.include <bsd.prog.mk>