diff options
author | ru <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
commit | 25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa (patch) | |
tree | e9b08b54acff71fa727310a461d700095bbe9587 /lib/libfetch/Makefile | |
parent | e429759bcf3eb8398d78b1609e915121e319b017 (diff) | |
download | FreeBSD-src-25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa.zip FreeBSD-src-25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa.tar.gz |
MAN[1-9] -> MAN.
Diffstat (limited to 'lib/libfetch/Makefile')
-rw-r--r-- | lib/libfetch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 90a2b2a..14b0331 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -10,7 +10,7 @@ CFLAGS+= -DNDEBUG SRCS= fetch.c common.c ftp.c http.c file.c \ ftperr.h httperr.h INCS= fetch.h -MAN3= fetch.3 +MAN= fetch.3 CLEANFILES= ftperr.h httperr.h SHLIB_MAJOR= 2 |