mirror of
https://github.com/opnsense/src.git
synced 2026-03-10 18:21:00 -04:00
9 lines
142 B
Makefile
9 lines
142 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../kern
|
|
|
|
KMOD= sysvshm
|
|
OPTS= opt_sysvipc.h opt_compat.h
|
|
SRCS= sysv_shm.c $(OPTS)
|
|
|
|
.include <bsd.kmod.mk>
|