9 lines
136 B
Makefile
9 lines
136 B
Makefile
# $Id: Makefile,v 1.1 1993/08/14 06:30:44 deraadt Exp $
|
|
|
|
PROG= chat
|
|
SRCS= chat.c
|
|
NOMAN= noman
|
|
BINDIR= /usr/sbin
|
|
|
|
.include <bsd.prog.mk>
|