xref: /freebsd/contrib/blocklist/etc/Makefile (revision 5f4c09dd85bff675e0ca63c55ea3c517e0fddfcc)
1*5f4c09ddSEd Maste#	$NetBSD: Makefile,v 1.3 2015/01/26 00:18:40 christos Exp $
2*5f4c09ddSEd Maste
3*5f4c09ddSEd MasteSUBDIR=rc.d
4*5f4c09ddSEd Maste
5*5f4c09ddSEd MasteFILESDIR=               /usr/share/examples/blacklist
6*5f4c09ddSEd MasteFILESMODE=    644
7*5f4c09ddSEd MasteFILES=	blacklistd.conf npf.conf
8*5f4c09ddSEd Maste
9*5f4c09ddSEd Maste.include <bsd.files.mk>
10*5f4c09ddSEd Maste.include <bsd.subdir.mk>
11