mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
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
9 lines
134 B
Makefile
9 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/netpfil/ipfw/nptv6
|
|
|
|
KMOD= ipfw_nptv6
|
|
SRCS= ip_fw_nptv6.c nptv6.c opt_ipfw.h
|
|
|
|
.include <bsd.kmod.mk>
|