summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-08-12 07:20:15 +0000
committeralfred <alfred@FreeBSD.org>2002-08-12 07:20:15 +0000
commitbcb47193d3fd4d73dadf171a0537fa2e37fe348f (patch)
tree985d2554dc9b2eb9ee2a2fdbe7c2aa89f3850961
parent395dec52c7e81becb0ef84eed14060a788204fd0 (diff)
downloadFreeBSD-src-bcb47193d3fd4d73dadf171a0537fa2e37fe348f.zip
FreeBSD-src-bcb47193d3fd4d73dadf171a0537fa2e37fe348f.tar.gz
add opt_mac.h to SRCS to unbreak module build.
-rw-r--r--sys/modules/ibcs2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ibcs2/Makefile b/sys/modules/ibcs2/Makefile
index 9407cb4..f258fa9 100644
--- a/sys/modules/ibcs2/Makefile
+++ b/sys/modules/ibcs2/Makefile
@@ -8,7 +8,7 @@ SRCS= 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_mac.h opt_spx_hack.h
CFLAGS+= -DCOMPAT_IBCS2
OpenPOWER on IntegriCloud