summaryrefslogtreecommitdiff
path: root/lib/libfetch/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>1998-11-07 08:59:38 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>1998-11-07 08:59:38 +0000
commit08f9fcbfa8bf25f31b450d7c9d2d0be71016db6d (patch)
tree298c0343d359bb87d0259ae8b1460f376759543e /lib/libfetch/Makefile
parent335edb957d4f0b8c1fc0b14af3a5947f790d86ff (diff)
downloadsrc-test2-08f9fcbfa8bf25f31b450d7c9d2d0be71016db6d.tar.gz
src-test2-08f9fcbfa8bf25f31b450d7c9d2d0be71016db6d.zip
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 14fc44c12c2b..f2539bfd6edc 100644
--- a/lib/libfetch/Makefile
+++ b/lib/libfetch/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1998/11/05 19:48:16 des Exp $
+# $Id: Makefile,v 1.7 1998/11/06 22:14:08 des Exp $
LIB= fetch
CFLAGS+= -I. -Wall -pedantic
@@ -18,7 +18,7 @@ beforedepend: ${DPSRCS}
beforeinstall: fetch.h fetch_err.h
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fetch.h \
${DESTDIR}/usr/include
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fetch_err.h \
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 fetch_err.h \
${DESTDIR}/usr/include
ftperr.inc: ftp.errors