mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05: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>
|