From a7ba018ad1aa0c06e5dfcd19e6baf82b8bca7e6b Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sat, 27 Jan 1996 23:57:06 +0000 Subject: Add missing ${DESTDIR} to afterinstall: target. --- sys/modules/linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index f97c6e04e9a9d..1188ae0a277a4 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 -- cgit v1.3