mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
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>
|