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

11 lines
142 B
Makefile

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