Cleanup a couple of serious issues with vinum.
[dragonfly.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>