]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ipfw_nptv6/Makefile
Also build DTB files for Asus Tinker board (RK3288 based).
[FreeBSD/FreeBSD.git] / sys / modules / ipfw_nptv6 / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/netpfil/ipfw/nptv6
4
5 KMOD=   ipfw_nptv6
6 SRCS=   ip_fw_nptv6.c nptv6.c opt_ipfw.h
7
8 .include <bsd.kmod.mk>