freebsd-dev/usr.bin/chat/Makefile

9 lines
87 B
Makefile
Raw Normal View History

1997-02-22 19:58:13 +00:00
# $Id$
1994-11-12 05:25:32 +00:00
PROG= chat
SRCS= chat.c
MAN8= chat.8
BINDIR?= /usr/bin
1994-11-12 05:25:32 +00:00
.include <bsd.prog.mk>