summaryrefslogtreecommitdiff
path: root/lib/libfetch/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>1998-12-18 14:32:48 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>1998-12-18 14:32:48 +0000
commitd941fd2df927ee31e09262d6caf92ee91fac9250 (patch)
tree69f55379d29377a3f0110b5d62e53657a3938d24 /lib/libfetch/Makefile
parentd63c42d19f180579211ad4e88517b81c0e5aca6a (diff)
Notes
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 7bd77dcb97d1..0be36ffbfd15 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>