8 lines
100 B
Makefile
8 lines
100 B
Makefile
# @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
|
|
PROG= write
|
|
BINMODE=2555
|
|
BINGRP= tty
|
|
|
|
.include <bsd.prog.mk>
|