54c521fbd8
should be in share/examples if anywhere.
11 lines
184 B
Makefile
11 lines
184 B
Makefile
# $Id: Makefile,v 1.4 1997/02/22 19:54:21 peter Exp $
|
|
|
|
PROG= chat
|
|
SRCS= chat.c
|
|
MAN8= chat.8
|
|
|
|
#as per policies section in handbook
|
|
MAINTAINER= peter@freebsd.org
|
|
|
|
.include <bsd.prog.mk>
|