freebsd-src/usr.bin/chat/Makefile
Peter Wemm 54c521fbd8 Cleanup and remove the not-too-useful examples. The current versions
should be in share/examples if anywhere.
1997-08-22 15:42:33 +00:00

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>