summaryrefslogtreecommitdiffstats
path: root/lkm/ibcs2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lkm/ibcs2/Makefile')
-rw-r--r--lkm/ibcs2/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/lkm/ibcs2/Makefile b/lkm/ibcs2/Makefile
index b8b58be..70415fd 100644
--- a/lkm/ibcs2/Makefile
+++ b/lkm/ibcs2/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.14 1998/02/01 18:12:13 bde Exp $
+# $Id: Makefile,v 1.15 1998/02/04 04:07:43 eivind Exp $
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
KMOD= ibcs2_mod
@@ -7,13 +7,16 @@ SRCS= ibcs2.c ibcs2_errno.c ibcs2_ipc.c ibcs2_stat.c ibcs2_misc.c \
ibcs2_socksys.c ibcs2_util.c ibcs2_xenix.c ibcs2_xenix_sysent.c \
ibcs2_isc.c ibcs2_isc_sysent.c \
ibcs2_msg.c ibcs2_other.c ibcs2_sysi86.c ibcs2_sysvec.c \
- vnode_if.h opt_spx_hack.h
+ vnode_if.h opt_diagnostic.h opt_spx_hack.h
MAN8= ibcs2.8
CFLAGS+= -DLKM -DCOMPAT_IBCS2
-CLEANFILES+= vnode_if.h vnode_if.c opt_spx_hack.h
+CLEANFILES+= vnode_if.h vnode_if.c opt_diagnostic.h opt_spx_hack.h
EXPORT_SYMS= _ibcs2_mod _ibcs2_emul_path _ibcs2_svr3_sysvec
+opt_diagnostic.h:
+ touch opt_diagnostic.h
+
opt_spx_hack.h:
touch opt_spx_hack.h
OpenPOWER on IntegriCloud