diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1996-01-28 00:00:10 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1996-01-28 00:00:10 +0000 |
| commit | bc9112fb36b7e39d61b6b9adc1b724e36f76a74b (patch) | |
| tree | 7fd3608dfc4bd6ffebc07279c9dfa3558e8c3441 | |
| parent | c591b1e93f882848ccb60377137b45bda7b60e19 (diff) | |
Notes
| -rw-r--r-- | lkm/linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lkm/linux/Makefile b/lkm/linux/Makefile index 11650c59e833..509323ca58ed 100644 --- a/lkm/linux/Makefile +++ b/lkm/linux/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1995/06/25 17:29:46 sos 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> |
