diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-07 19:39:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-07 19:39:24 +0000 |
commit | dfc4ab8beff7f701be303d2119f4da23517ace47 (patch) | |
tree | 8388af8c37e810f544a37b8a951ffbfcef78aaed /net | |
parent | 350879abdf8e780d7810abdfb1bb20976bd86530 (diff) | |
download | pkgsrc-dfc4ab8beff7f701be303d2119f4da23517ace47.tar.gz |
Be a bit nicer to users that want to play with the fire.
Diffstat (limited to 'net')
-rw-r--r-- | net/libfetch/files/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libfetch/files/Makefile b/net/libfetch/files/Makefile index f53517b5515..85c35b87bf7 100644 --- a/net/libfetch/files/Makefile +++ b/net/libfetch/files/Makefile @@ -1,7 +1,8 @@ # $NetBSD LIB= fetch -SRCS= fetch.c common.c ftp.c http.c file.c ftperr.h httperr.h +SRCS= fetch.c common.c ftp.c http.c file.c +DPSRCS= ftperr.h httperr.h INCS= fetch.h MAN= fetch.3 CLEANFILES= ftperr.h httperr.h |