freebsd-dev/usr.bin/chat/Makefile
1999-08-28 01:08:13 +00:00

12 lines
156 B
Makefile

# $FreeBSD$
PROG= chat
CFLAGS+=-Wall
SRCS= chat.c
MAN8= chat.8
#as per policies section in handbook
MAINTAINER= peter@freebsd.org
.include <bsd.prog.mk>