aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-12-11 21:27:14 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-12-11 21:27:14 +0000
commitac9ed61cadd968f4a79feb068ad95ea5eb894efe (patch)
tree454d1199d1b0b409fd23c4013bbea15456ae789f /sys/modules
parent940ff2c0a9331b5c16e5ff355b9e554c02796487 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ibcs2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ibcs2/Makefile b/sys/modules/ibcs2/Makefile
index 482ac1a17799c..83be90f63eb4b 100644
--- a/sys/modules/ibcs2/Makefile
+++ b/sys/modules/ibcs2/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1994/10/14 22:56:40 sos Exp $
+# $Id: Makefile,v 1.4 1994/10/27 23:36:57 wollman Exp $
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
KMOD= ibcs2_mod
@@ -11,6 +11,6 @@ CLEANFILES+= vnode_if.h vnode_if.c
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/ibcs2 /usr/bin
+ ${.CURDIR}/ibcs2 ${DESTDIR}/usr/bin
.include <bsd.kmod.mk>