diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1996-01-27 23:57:06 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1996-01-27 23:57:06 +0000 |
commit | cfeedcc0b640fdf770ed9bd82be705d589f3f401 (patch) | |
tree | 9db0b3669930a54d99188d29d55c36978c61f88b | |
parent | 3ebe21e07b409336abef42993b65440c8e74b01a (diff) | |
download | FreeBSD-src-cfeedcc0b640fdf770ed9bd82be705d589f3f401.zip FreeBSD-src-cfeedcc0b640fdf770ed9bd82be705d589f3f401.tar.gz |
Add missing ${DESTDIR} to afterinstall: target.
-rw-r--r-- | lkm/linux/Makefile | 4 | ||||
-rw-r--r-- | sys/modules/linux/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lkm/linux/Makefile b/lkm/linux/Makefile index f97c6e0..1188ae0 100644 --- a/lkm/linux/Makefile +++ b/lkm/linux/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/01/06 23:10:25 ache Exp $ +# $Id: Makefile,v 1.4 1996/01/08 05:36:17 peter Exp $ .PATH: ${.CURDIR}/../../sys/i386/linux KMOD= linux_mod @@ -11,6 +11,6 @@ CLEANFILES+= vnode_if.h vnode_if.c afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/linux /usr/bin + ${.CURDIR}/linux ${DESTDIR}/usr/bin .include <bsd.kmod.mk> diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index f97c6e0..1188ae0 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/01/06 23:10:25 ache Exp $ +# $Id: Makefile,v 1.4 1996/01/08 05:36:17 peter Exp $ .PATH: ${.CURDIR}/../../sys/i386/linux KMOD= linux_mod @@ -11,6 +11,6 @@ CLEANFILES+= vnode_if.h vnode_if.c afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/linux /usr/bin + ${.CURDIR}/linux ${DESTDIR}/usr/bin .include <bsd.kmod.mk> |