From cfeedcc0b640fdf770ed9bd82be705d589f3f401 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Sat, 27 Jan 1996 23:57:06 +0000 Subject: Add missing ${DESTDIR} to afterinstall: target. --- lkm/linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lkm') 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 -- cgit v1.1