Deleted Added
full compact
Makefile (28600) Makefile (41568)
1# $Id: Makefile,v 1.4 1997/02/22 19:54:21 peter Exp $
1# $Id: Makefile,v 1.5 1997/08/22 15:42:31 peter Exp $
2
3PROG= chat
2
3PROG= chat
4CFLAGS+=-Wall
4SRCS= chat.c
5MAN8= chat.8
6
7#as per policies section in handbook
8MAINTAINER= peter@freebsd.org
9
10.include <bsd.prog.mk>
5SRCS= chat.c
6MAN8= chat.8
7
8#as per policies section in handbook
9MAINTAINER= peter@freebsd.org
10
11.include <bsd.prog.mk>