aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1995-10-31 23:07:20 +0000
committerPeter Wemm <peter@FreeBSD.org>1995-10-31 23:07:20 +0000
commit698ac68e1196df2652d01c8e8e6e82ac85f42683 (patch)
tree82861638cfa99bd67a0a2ae04d7314960134f017 /usr.bin
parent5d889ad3e11de41941446c7bdcf6f93d5568400f (diff)
parent2253b2881697555e0eab05051f104f7c97da2455 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/chat/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile
index be272711406c..d299d9a899ee 100644
--- a/usr.bin/chat/Makefile
+++ b/usr.bin/chat/Makefile
@@ -1,8 +1,9 @@
-# $Id: Makefile.bsd,v 1.2 1994/05/26 06:45:03 paulus Exp $
+# $Id: Makefile.bsd,v 1.3 1995/04/28 06:21:15 paulus Exp $
PROG= chat
SRCS= chat.c
-MAN8= chat.8
-BINDIR= /usr/bin
+MAN8= chat.0
+MAN= chat.cat8
+BINDIR= /usr/sbin
.include <bsd.prog.mk>