mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 13:20:37 -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>
|