mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
7 lines
93 B
Makefile
7 lines
93 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/security/mac_ddb
|
||
|
|
|
||
|
|
KMOD= mac_ddb
|
||
|
|
SRCS= mac_ddb.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|