mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 12:53:33 +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>
|