blob: 1178106c7ac131d399578f3f942e6e53db6e35cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.3 2013/06/26 21:36:39 christos Exp $
NOOBJ= # defined
.include <bsd.own.mk>
.if ${MKSHARE} != "no"
FILES= host-npf.conf soho_gw-npf.conf hashtablefile treetablefile
FILES+= l2tp_gw-npf.conf
FILESDIR= /usr/share/examples/npf
.endif
.include <bsd.prog.mk>
|