Deleted Added
full compact
Makefile (67809) Makefile (70795)
1# $FreeBSD: head/lib/libfetch/Makefile 67809 2000-10-28 20:32:39Z obrien $
1# $FreeBSD: head/lib/libfetch/Makefile 70795 2001-01-08 13:15:14Z des $
2
3MAINTAINER= des@freebsd.org
4LIB= fetch
5CFLAGS+= -I. -Wall -pedantic
6CFLAGS+= -DINET6
7.if !defined(DEBUG)
2
3MAINTAINER= des@freebsd.org
4LIB= fetch
5CFLAGS+= -I. -Wall -pedantic
6CFLAGS+= -DINET6
7.if !defined(DEBUG)
8CFLAGS+= -DNDEBUG
8#CFLAGS+= -DNDEBUG
9.endif
10SRCS= fetch.c common.c ftp.c http.c file.c \
11 ftperr.h httperr.h
12INCS= fetch.h
13MAN3= fetch.3
14CLEANFILES= ftperr.h httperr.h
15
16SHLIB_MAJOR= 2

--- 33 unchanged lines hidden ---
9.endif
10SRCS= fetch.c common.c ftp.c http.c file.c \
11 ftperr.h httperr.h
12INCS= fetch.h
13MAN3= fetch.3
14CLEANFILES= ftperr.h httperr.h
15
16SHLIB_MAJOR= 2

--- 33 unchanged lines hidden ---