aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ibcs2/Makefile
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1994-10-14 08:45:16 +0000
committerSøren Schmidt <sos@FreeBSD.org>1994-10-14 08:45:16 +0000
commit8ddee77e1bc81a2be92929222549983df674ddb3 (patch)
tree12b4f2fd4275ec4e67e66b300cd4c45a49f74141 /sys/modules/ibcs2/Makefile
parentcc33ccc9bc366fe05c567620da75bde8614c064a (diff)
Notes
Diffstat (limited to 'sys/modules/ibcs2/Makefile')
-rw-r--r--sys/modules/ibcs2/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/modules/ibcs2/Makefile b/sys/modules/ibcs2/Makefile
index 451cf801390e..720d30943abf 100644
--- a/sys/modules/ibcs2/Makefile
+++ b/sys/modules/ibcs2/Makefile
@@ -1,14 +1,15 @@
-# $Id: Makefile,v 1.1 1994/09/21 23:27:03 wollman Exp $
+# $Id$
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
KMOD= ibcs2_mod
SRCS= ibcs2.c ibcs2_dummy.c ibcs2_file.c ibcs2_ioctl.c ibcs2_ipc.c \
ibcs2_isc.c ibcs2_misc.c ibcs2_signal.c ibcs2_stats.c \
- ibcs2_sysent.c ibcs2_sysi86.c ibcs2_xenix.c \
- imgact_coff.c #imgact_elf.c imgact_linux.c imgact_xout.c
-
+ ibcs2_sysent.c ibcs2_sysi86.c ibcs2_xenix.c
NOMAN=
VFS_LKM=
-CFLAGS+= -DLKM -I. -DIBCS2
+CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2
+
+.afterinstall:
+ ${INSTALL} -c -o bin -g bin -m 755 ibcs2 /usr/bin
.include <bsd.kmod.mk>