xref: /openbsd/usr.bin/write/Makefile (revision 7b36286a)
1#	$OpenBSD: Makefile,v 1.2 1996/06/26 05:43:59 deraadt Exp $
2
3PROG=	write
4BINMODE=2555
5BINGRP=	tty
6
7.include <bsd.prog.mk>
8