aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/chat
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-10-29 19:24:04 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-10-29 19:24:04 +0000
commit144b6720d978dad5a373285d7dfc7ed3de2708e9 (patch)
tree3ab7c74783ef061010b836a08cab0cb7aeb92815 /usr.bin/chat
parentd0402f1b73d48f5bbb96b98093b4c8ea4ab696f5 (diff)
Notes
Diffstat (limited to 'usr.bin/chat')
-rw-r--r--usr.bin/chat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile
index 93475aa773380..f77896127ecc3 100644
--- a/usr.bin/chat/Makefile
+++ b/usr.bin/chat/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
+# I once used this extensively, but no longer have a modem. Feel free
+# to ask me questions about it, but I disclaim ownership now. -Peter
+
PROG= chat
MAN= chat.8
CFLAGS+=-fno-builtin-logf
-#as per policies section in handbook
-MAINTAINER= peter@freebsd.org
-
.include <bsd.prog.mk>