freebsd-dev/usr.bin/chat/Makefile

12 lines
156 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
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>