mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
7 lines
76 B
Makefile
7 lines
76 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
KMOD= ng_deflate
|
||
|
|
SRCS= ng_deflate.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|