mirror of
https://github.com/openbsd/src.git
synced 2025-01-04 15:25:38 -08:00
8 lines
123 B
Makefile
8 lines
123 B
Makefile
# $OpenBSD: Makefile,v 1.2 1996/06/26 05:43:59 deraadt Exp $
|
|
|
|
PROG= write
|
|
BINMODE=2555
|
|
BINGRP= tty
|
|
|
|
.include <bsd.prog.mk>
|