summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1994-05-26 06:45:03 +0000
committerPaul Mackerras <paulus@samba.org>1994-05-26 06:45:03 +0000
commite7cd65cd2988e1b6b7661ffcf5cd1f037879e583 (patch)
treef1cb0fcc187a278621b2311dfcc189503de1f000 /chat
parentb8d13a030e509e50293be06c42f7b2b0f8c30dcf (diff)
downloadppp-e7cd65cd2988e1b6b7661ffcf5cd1f037879e583.tar.gz
now have man page
Diffstat (limited to 'chat')
-rw-r--r--chat/Makefile.bsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/Makefile.bsd b/chat/Makefile.bsd
index c2e10e5..c7e5081 100644
--- a/chat/Makefile.bsd
+++ b/chat/Makefile.bsd
@@ -1,8 +1,8 @@
-# $Id: Makefile.bsd,v 1.1 1994/05/20 05:32:16 paulus Exp $
+# $Id: Makefile.bsd,v 1.2 1994/05/26 06:45:03 paulus Exp $
PROG= chat
SRCS= chat.c
-NOMAN= noman
+MAN8= chat.0
BINDIR= /usr/sbin
.include <bsd.prog.mk>