mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix the standalone module build.
This commit is contained in:
parent
e35d3a7828
commit
36c64d7c3e
3 changed files with 3 additions and 4 deletions
|
|
@ -3,6 +3,6 @@
|
|||
.PATH: ${.CURDIR}/../../../kern
|
||||
|
||||
KMOD= sysvmsg
|
||||
SRCS= sysv_msg.c opt_sysvipc.h
|
||||
SRCS= sysv_msg.c opt_mac.h opt_sysvipc.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
.PATH: ${.CURDIR}/../../../kern
|
||||
|
||||
KMOD= sysvsem
|
||||
SRCS= sysv_sem.c opt_sysvipc.h
|
||||
SRCS= sysv_sem.c opt_mac.h opt_sysvipc.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
.PATH: ${.CURDIR}/../../../kern
|
||||
|
||||
KMOD= sysvshm
|
||||
OPTS= opt_sysvipc.h opt_compat.h
|
||||
SRCS= sysv_shm.c $(OPTS)
|
||||
SRCS= sysv_shm.c opt_mac.h opt_sysvipc.h opt_compat.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue