1997-08-22 15:42:33 +00:00
|
|
|
# $Id: Makefile,v 1.4 1997/02/22 19:54:21 peter Exp $
|
1994-11-12 05:25:32 +00:00
|
|
|
|
|
|
|
PROG= chat
|
|
|
|
SRCS= chat.c
|
1995-10-31 23:28:29 +00:00
|
|
|
MAN8= chat.8
|
1997-08-22 15:42:33 +00:00
|
|
|
|
|
|
|
#as per policies section in handbook
|
|
|
|
MAINTAINER= peter@freebsd.org
|
1994-11-12 05:25:32 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|