mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
12 lines
156 B
Makefile
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>
|