main didn't exit
[unix-history] / usr / src / usr.bin / wall / Makefile
CommitLineData
662ace95 1# @(#)Makefile 5.4 (Berkeley) %G%
5b2ebd96 2
662ace95 3PROG= wall
42d05455 4SRCS= ttymsg.c wall.c
662ace95
KB
5BINGRP= tty
6BINMODE=2555
5b2ebd96 7
662ace95 8.include <bsd.prog.mk>