summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/chat/Makefile6
-rw-r--r--usr.sbin/pppd/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile
index 93475aa..f778961 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>
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile
index c0719a9..b6b52af 100644
--- a/usr.sbin/pppd/Makefile
+++ b/usr.sbin/pppd/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
-# as per handbook policies section
-MAINTAINER= peter@freebsd.org
+# 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= pppd
MAN= pppd.8
OpenPOWER on IntegriCloud