1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/usr.bin/chat/Makefile

11 lines
184 B
Makefile
Raw Normal View History

# $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
MAN8= chat.8
#as per policies section in handbook
MAINTAINER= peter@freebsd.org
1994-11-12 05:25:32 +00:00
.include <bsd.prog.mk>