mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
9 lines
109 B
Makefile
9 lines
109 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${SRCTOP}/sys/security/mac_pimd
|
||
|
|
|
||
|
|
KMOD= mac_pimd
|
||
|
|
SRCS= mac_pimd.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|