#	$OpenBSD: Makefile,v 1.2 2024/08/18 20:08:58 deraadt Exp $

PROG=	chat
SRCS=	chat.c
MAN=	chat.8
BINDIR=	/usr/sbin

.include <bsd.prog.mk>
