aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-27 17:27:19 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-27 17:27:19 +0000
commit4a558355e5f3b4521cef56a6b705fa84be41dfa0 (patch)
treec5d093301ac704ade1196e588cfffe654cea770b /lib/libfetch/Makefile
parent8efc417089cbe239ecb1134fedef1aa82929d60b (diff)
downloadsrc-4a558355e5f3b4521cef56a6b705fa84be41dfa0.tar.gz
src-4a558355e5f3b4521cef56a6b705fa84be41dfa0.zip
MAN[1-9] -> MAN.
Notes
Notes: svn path=/head/; revision=74870
Diffstat (limited to 'lib/libfetch/Makefile')
-rw-r--r--lib/libfetch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index 90a2b2a0b67f..14b03316ce7d 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