1 # $NetBSD: Makefile,v 1.1.46.1 2025/08/02 05:58:11 perseant Exp $ 2 # 3 4 .include <bsd.own.mk> 5 6 TESTSDIR= ${TESTSBASE}/net/npf 7 FILESDIR= ${TESTSDIR} 8 9 TESTS_SH= t_npf 10 FILES= ../../../usr.sbin/npf/npftest/npftest.conf 11 FILES+= ../../../usr.sbin/npf/npftest/npftestl3.conf 12 13 .include <bsd.test.mk> 14