193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
12 lines
225 B
Makefile
12 lines
225 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/netpfil/ipfw/nat64
|
|
|
|
KMOD= ipfw_nat64
|
|
SRCS= ip_fw_nat64.c nat64_translate.c
|
|
SRCS+= nat64lsn.c nat64lsn_control.c
|
|
SRCS+= nat64stl.c nat64stl_control.c
|
|
SRCS+= opt_ipfw.h
|
|
|
|
.include <bsd.kmod.mk>
|