Deleted Added
full compact
Makefile (60381) Makefile (60737)
1# $FreeBSD: head/lib/libfetch/Makefile 60381 2000-05-11 15:29:26Z des $
1# $FreeBSD: head/lib/libfetch/Makefile 60737 2000-05-20 18:23:51Z ume $
2
3MAINTAINER= des@freebsd.org
4LIB= fetch
5CFLAGS+= -I. -Wall -pedantic
2
3MAINTAINER= des@freebsd.org
4LIB= fetch
5CFLAGS+= -I. -Wall -pedantic
6CFLAGS+= -DINET6
6.if !defined(DEBUG)
7CFLAGS+= -DNDEBUG
8.endif
9SRCS= fetch.c common.c ftp.c http.c file.c fetch_err.c \
10 fetch_err.h ftperr.h httperr.h
11INCS= fetch.h ${.OBJDIR}/fetch_err.h
12MAN3= fetch.3
13CLEANFILES= fetch_err.c fetch_err.h ftperr.h httperr.h

--- 33 unchanged lines hidden ---
7.if !defined(DEBUG)
8CFLAGS+= -DNDEBUG
9.endif
10SRCS= fetch.c common.c ftp.c http.c file.c fetch_err.c \
11 fetch_err.h ftperr.h httperr.h
12INCS= fetch.h ${.OBJDIR}/fetch_err.h
13MAN3= fetch.3
14CLEANFILES= fetch_err.c fetch_err.h ftperr.h httperr.h

--- 33 unchanged lines hidden ---