aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ibcs2
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1994-10-14 22:56:40 +0000
committerSøren Schmidt <sos@FreeBSD.org>1994-10-14 22:56:40 +0000
commit9410e304aa2ff625216631b1d9462bf01e8ed37d (patch)
tree56ef79a6b8da173018cc0742f5ada2e70207bf57 /sys/modules/ibcs2
parent2ecb809ab3b7491474da012e086a2732863b0072 (diff)
Notes
Diffstat (limited to 'sys/modules/ibcs2')
-rw-r--r--sys/modules/ibcs2/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/modules/ibcs2/Makefile b/sys/modules/ibcs2/Makefile
index 720d30943abf..47b570a4ecc2 100644
--- a/sys/modules/ibcs2/Makefile
+++ b/sys/modules/ibcs2/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.2 1994/10/14 08:45:15 sos Exp $
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
KMOD= ibcs2_mod
@@ -9,7 +9,8 @@ NOMAN=
VFS_LKM=
CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2
-.afterinstall:
- ${INSTALL} -c -o bin -g bin -m 755 ibcs2 /usr/bin
+afterinstall:
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/ibcs2 /usr/bin
.include <bsd.kmod.mk>