mirror of
https://github.com/opnsense/src.git
synced 2026-03-27 13:13:13 -04:00
11 lines
141 B
Makefile
11 lines
141 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../kern
|
|
|
|
KMOD= sysvmsg
|
|
SRCS= sysv_msg.c opt_sysvipc.h
|
|
|
|
opt_sysvipc.h:
|
|
touch $@
|
|
|
|
.include <bsd.kmod.mk>
|