summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-05-23 08:24:00 +0000
committerasami <asami@FreeBSD.org>1997-05-23 08:24:00 +0000
commit68323c9eb2b0845172f6e908768be47f4be888f5 (patch)
tree1d6dbb019349711e075a60e761b56ef7b9ce468c /lib/libc/Makefile
parent4637ebc72a66661613085993f33f9282b2fca030 (diff)
downloadFreeBSD-src-68323c9eb2b0845172f6e908768be47f4be888f5.zip
FreeBSD-src-68323c9eb2b0845172f6e908768be47f4be888f5.tar.gz
Use ${DESTDIR} correctly in front of absolute paths.
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index 6bb65a1..ef476fa 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 2/3/94
-# $Id$
+# $Id: Makefile,v 1.18 1997/05/03 03:49:51 jb Exp $
#
# All library objects contain rcsid strings by default; they may be
# excluded as a space-saving measure. To produce a library that does
@@ -29,11 +29,11 @@ KSRCS= bcmp.c ffs.c index.c mcount.c rindex.c strcat.c strcmp.c strcpy.c \
libkern: libkern.gen libkern.${MACHINE}
libkern.gen: ${KQSRCS} ${KSRCS}
- cp -p ${.CURDIR}/quad/quad.h ${.ALLSRC} /sys/libkern
+ cp -p ${.CURDIR}/quad/quad.h ${.ALLSRC} ${DESTDIR}/sys/libkern
libkern.${MACHINE}:: ${KMSRCS}
.if defined(KMSRCS) && !empty(KMSRCS)
- cp -p ${.ALLSRC} /sys/libkern/${MACHINE}
+ cp -p ${.ALLSRC} ${DESTDIR}/sys/libkern/${MACHINE}
.endif
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud