ab90a4d1e2
They were already converted to use libulog, so it's easy to convert them to utmpx.
9 lines
111 B
Makefile
9 lines
111 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= write
|
|
BINMODE=2555
|
|
BINGRP= tty
|
|
|
|
.include <bsd.prog.mk>
|