9 lines
161 B
Makefile
9 lines
161 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.3 1994/09/19 08:18:22 mycroft Exp $
|
|
|
|
PROG= write
|
|
BINMODE=2555
|
|
BINGRP= tty
|
|
|
|
.include <bsd.prog.mk>
|