freebsd-src/sys/modules/ipfw_nat/Makefile
Luigi Rizzo 908e960ea6 move kernel ipfw-related sources to a separate directory,
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
2009-06-05 19:22:47 +00:00

9 lines
112 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../netinet/ipfw
KMOD= ipfw_nat
SRCS= ip_fw_nat.c
.include <bsd.kmod.mk>