mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 09:13:43 -04:00
8 lines
138 B
Makefile
8 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../kern
|
|
|
|
KMOD= sysvshm
|
|
SRCS= sysv_shm.c opt_mac.h opt_sysvipc.h opt_compat.h
|
|
|
|
.include <bsd.kmod.mk>
|