1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/usr.bin/chat/Makefile
1997-02-22 19:58:13 +00:00

9 lines
87 B
Makefile

# $Id$
PROG= chat
SRCS= chat.c
MAN8= chat.8
BINDIR?= /usr/bin
.include <bsd.prog.mk>