diff options
author | peter <peter@FreeBSD.org> | 1995-10-31 23:07:20 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-10-31 23:07:20 +0000 |
commit | b33c863c0a384937f3d6a4a92d4ab1723ec3cacf (patch) | |
tree | 82861638cfa99bd67a0a2ae04d7314960134f017 /usr.bin/chat | |
parent | dfdf3a427b0386e674a232f61646c490996e49d9 (diff) | |
parent | 7a5c66d50c4ffb918d9be282d87483a603782de1 (diff) | |
download | FreeBSD-src-b33c863c0a384937f3d6a4a92d4ab1723ec3cacf.zip FreeBSD-src-b33c863c0a384937f3d6a4a92d4ab1723ec3cacf.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r11987,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'usr.bin/chat')
-rw-r--r-- | usr.bin/chat/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile index be27271..d299d9a 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> |