mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
new syscall entry lkmressys - "reserved loadable syscall" Make syscall_register allow overwriting of such entries (lkmressys).
11 lines
177 B
Makefile
11 lines
177 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../kern
|
|
KMOD = sysvshm
|
|
OPTS = opt_sysvipc.h opt_compat.h opt_rlimit.h
|
|
SRCS = sysv_shm.c $(OPTS)
|
|
|
|
$(OPTS):
|
|
touch $@
|
|
|
|
.include <bsd.kmod.mk>
|