freebsd-dev/usr.bin/chat/Makefile

9 lines
138 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.1.1.2 1995/10/31 23:07:13 peter Exp $
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>