9 lines
131 B
Makefile
9 lines
131 B
Makefile
# $Id: Makefile,v 1.3 1994/12/22 11:38:20 cgd Exp $
|
|
|
|
PROG= chat
|
|
SRCS= chat.c
|
|
MAN= chat.8
|
|
BINDIR= /usr/sbin
|
|
|
|
.include <bsd.prog.mk>
|