diff options
author | des <des@FreeBSD.org> | 2002-10-30 04:53:58 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-10-30 04:53:58 +0000 |
commit | deb00535da61e2fb702074d5147b585ae24fd885 (patch) | |
tree | 6e255d8b80524d151d6989d215cebf56d4ddb2d7 /usr.bin | |
parent | f8f3fd44d84a83c9e8e9bb383b54cd866d512f72 (diff) | |
download | FreeBSD-src-deb00535da61e2fb702074d5147b585ae24fd885.zip FreeBSD-src-deb00535da61e2fb702074d5147b585ae24fd885.tar.gz |
Clarify my feelings towards fetch / libfetch.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/fetch/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile index 5cf6b30..6cdb7ba 100644 --- a/usr.bin/fetch/Makefile +++ b/usr.bin/fetch/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ -MAINTAINER= des@freebsd.org PROG= fetch WARNS?= 5 DPADD= ${LIBFETCH} |