12 lines
198 B
Makefile
12 lines
198 B
Makefile
# $Id: Makefile,v 1.5 1997/08/22 15:42:31 peter Exp $
|
|
|
|
PROG= chat
|
|
CFLAGS+=-Wall
|
|
SRCS= chat.c
|
|
MAN8= chat.8
|
|
|
|
#as per policies section in handbook
|
|
MAINTAINER= peter@freebsd.org
|
|
|
|
.include <bsd.prog.mk>
|