mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
adjust conf/files and modules' Makefiles accordingly. No code or ABI changes so this and most of previous related changes can be easily MFC'ed MFC after: 5 days
8 lines
112 B
Makefile
8 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../netinet/ipfw
|
|
|
|
KMOD= ipfw_nat
|
|
SRCS= ip_fw_nat.c
|
|
|
|
.include <bsd.kmod.mk>
|