]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/wall/Makefile
MFC 241730: Correct the order of the MFU and MRU labels.
[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>