diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1997-05-23 08:24:00 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1997-05-23 08:24:00 +0000 |
| commit | 6ded366aaa1fd4c546a124d55756d0f3bc35158a (patch) | |
| tree | ee81682d6a39d481ea4ca1fcfb0c36e5f1002a56 /lib/libc/Makefile | |
| parent | 3c933bcddd6a5a86a7c48845f37c5eb86fc181dd (diff) | |
Notes
Diffstat (limited to 'lib/libc/Makefile')
| -rw-r--r-- | lib/libc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 6bb65a12c7fc..ef476fa5f41e 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> |
