Deleted Added
full compact
Makefile (106084) Makefile (106187)
1# $FreeBSD: head/lib/libfetch/Makefile 106084 2002-10-28 10:37:31Z des $
1# $FreeBSD: head/lib/libfetch/Makefile 106187 2002-10-30 04:53:58Z des $
2
2
3MAINTAINER= des@freebsd.org
4LIB= fetch
5CFLAGS+= -I.
6CFLAGS+= -DINET6
7SRCS= fetch.c common.c ftp.c http.c file.c \
8 ftperr.h httperr.h
9INCS= fetch.h
10MAN= fetch.3
11CLEANFILES= ftperr.h httperr.h

--- 64 unchanged lines hidden ---
3LIB= fetch
4CFLAGS+= -I.
5CFLAGS+= -DINET6
6SRCS= fetch.c common.c ftp.c http.c file.c \
7 ftperr.h httperr.h
8INCS= fetch.h
9MAN= fetch.3
10CLEANFILES= ftperr.h httperr.h

--- 64 unchanged lines hidden ---