diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
commit | dc12be52584a604d0444341077b89a56d670609f (patch) | |
tree | 7b14986a10c9088f03f22111b98d87e05fa31f0b /usr.bin/chat/Makefile | |
parent | 7acf4af8082faffd943110b5f2139fc2a0888a94 (diff) | |
download | src-dc12be52584a604d0444341077b89a56d670609f.tar.gz src-dc12be52584a604d0444341077b89a56d670609f.zip |
MAN[1-9] -> MAN.
Notes
Notes:
svn path=/head/; revision=74848
Diffstat (limited to 'usr.bin/chat/Makefile')
-rw-r--r-- | usr.bin/chat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile index 2d25d76a12a0..d1043470765f 100644 --- a/usr.bin/chat/Makefile +++ b/usr.bin/chat/Makefile @@ -2,8 +2,7 @@ PROG= chat CFLAGS+=-Wall -SRCS= chat.c -MAN8= chat.8 +MAN= chat.8 #as per policies section in handbook MAINTAINER= peter@freebsd.org |