1 # $NetBSD: Makefile,v 1.1 2012/08/22 06:45:16 spz Exp $ 2 3 NOOBJ= # defined 4 5 .include <bsd.own.mk> 6 7 .if ${MKSHARE} != "no" 8 FILES= host-npf.conf soho_gw-npf.conf hashtablefile treetablefile 9 FILESDIR= /usr/share/examples/npf 10 .endif 11 12 .include <bsd.prog.mk> 13