]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/wall/Makefile
MFC r286886: Fixing typo as well as improving readability of a few comments.
[FreeBSD/stable/8.git] / usr.bin / wall / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2
3 PROG=   wall
4 SRCS=   ttymsg.c wall.c
5 BINGRP= tty
6 BINMODE=2555
7
8 .include <bsd.prog.mk>