freebsd-dev/usr.bin/chat/Makefile

12 lines
198 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.5 1997/08/22 15:42:31 peter Exp $
1994-11-12 05:25:32 +00:00
PROG= chat
CFLAGS+=-Wall
1994-11-12 05:25:32 +00:00
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>