summaryrefslogtreecommitdiffstats
path: root/sys/modules/svr4
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-08-12 01:36:20 +0000
committerrwatson <rwatson@FreeBSD.org>2002-08-12 01:36:20 +0000
commitdadba87516b8e6a04dc94399bc47e1b9af9750f3 (patch)
treec70b51a3e78337aab9fc136c8ca9b309655ed9e3 /sys/modules/svr4
parent72f5246f785a7c36527124e3037e0800d9dd1282 (diff)
downloadFreeBSD-src-dadba87516b8e6a04dc94399bc47e1b9af9750f3.zip
FreeBSD-src-dadba87516b8e6a04dc94399bc47e1b9af9750f3.tar.gz
Add opt_mac.h to dependencies for svr4 module, since I'm about to
commit the MAC checks for it. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'sys/modules/svr4')
-rw-r--r--sys/modules/svr4/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/modules/svr4/Makefile b/sys/modules/svr4/Makefile
index 8e9dd79..25345e7 100644
--- a/sys/modules/svr4/Makefile
+++ b/sys/modules/svr4/Makefile
@@ -4,11 +4,11 @@ MAINTAINER= newton@FreeBSD.org
.PATH: ${.CURDIR}/../../${MACHINE_ARCH}/svr4 ${.CURDIR}/../../compat/svr4
KMOD= svr4
-SRCS= svr4_sysent.c svr4_sysvec.c opt_compat.h opt_svr4.h opt_vmpage.h \
- vnode_if.h imgact_svr4.c svr4_signal.c svr4_fcntl.c svr4_misc.c \
- svr4_ioctl.c svr4_stat.c svr4_filio.c svr4_ttold.c svr4_termios.c \
- svr4_stream.c svr4_socket.c svr4_sockio.c svr4_machdep.c \
- svr4_resource.c svr4_ipc.c
+SRCS= svr4_sysent.c svr4_sysvec.c opt_compat.h opt_mac.h opt_svr4.h \
+ opt_vmpage.h vnode_if.h imgact_svr4.c svr4_signal.c svr4_fcntl.c \
+ svr4_misc.c svr4_ioctl.c svr4_stat.c svr4_filio.c svr4_ttold.c \
+ svr4_termios.c svr4_stream.c svr4_socket.c svr4_sockio.c \
+ svr4_machdep.c svr4_resource.c svr4_ipc.c
OBJS= svr4_locore.o
CLEANFILES= svr4_assym.h svr4_genassym.o
OpenPOWER on IntegriCloud