summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-12-18 14:32:48 +0000
committerdes <des@FreeBSD.org>1998-12-18 14:32:48 +0000
commitb8af0c7d8dfc8fbe75c0f0479140cabd9d53d930 (patch)
tree9bfaf75aae3b51fe4bad245f6f5bbaf8baf8fafc /lib/libfetch/Makefile
parentab07ab9139e4a2d73f282d0a2561ce56fa53ddea (diff)
downloadFreeBSD-src-b8af0c7d8dfc8fbe75c0f0479140cabd9d53d930.zip
FreeBSD-src-b8af0c7d8dfc8fbe75c0f0479140cabd9d53d930.tar.gz
Don't specify a language to compile_et.
Rename fetchConnect to _fetch_connect since it's internal.
Diffstat (limited to 'lib/libfetch/Makefile')
-rw-r--r--lib/libfetch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index 7bd77dc..0be36ff 100644
--- a/lib/libfetch/Makefile
+++ b/lib/libfetch/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.9 1998/12/15 12:24:26 des Exp $
+# $Id: Makefile,v 1.10 1998/12/16 10:24:52 des Exp $
LIB= fetch
CFLAGS+= -I. -Wall -pedantic
@@ -45,6 +45,6 @@ hdrs: fetch_err.h
.ORDER: fetch_err.c fetch_err.h
fetch_err.c fetch_err.h: fetch_err.et
- compile_et -lang c ${.ALLSRC}
+ compile_et ${.ALLSRC}
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud