9 lines
162 B
Makefile
9 lines
162 B
Makefile
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.2 1993/07/30 22:28:22 mycroft Exp $
|
|
|
|
PROG= write
|
|
BINMODE=2555
|
|
BINGRP= tty
|
|
|
|
.include <bsd.prog.mk>
|