diff options
author | peter <peter@FreeBSD.org> | 2003-10-29 19:24:04 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-10-29 19:24:04 +0000 |
commit | ee845c3e4fabbc2313ea34dc599c605360389344 (patch) | |
tree | 3ab7c74783ef061010b836a08cab0cb7aeb92815 | |
parent | 16414b86ee1f6ced718757e12e7f1fc472169377 (diff) | |
download | FreeBSD-src-ee845c3e4fabbc2313ea34dc599c605360389344.zip FreeBSD-src-ee845c3e4fabbc2313ea34dc599c605360389344.tar.gz |
Disclaim ownership of pppd/chat. It is vendor code, but has been badly
neglected here.
-rw-r--r-- | usr.bin/chat/Makefile | 6 | ||||
-rw-r--r-- | usr.sbin/pppd/Makefile | 4 |
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 |