diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1996-01-27 23:57:06 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1996-01-27 23:57:06 +0000 |
| commit | a7ba018ad1aa0c06e5dfcd19e6baf82b8bca7e6b (patch) | |
| tree | 9db0b3669930a54d99188d29d55c36978c61f88b /sys/modules/linux | |
| parent | 31c56328407e82f77a1b54209408dde7cfcecc69 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index f97c6e04e9a9..1188ae0a277a 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> |
