xref: /freebsd/contrib/blocklist/include/Makefile (revision 5f4c09dd85bff675e0ca63c55ea3c517e0fddfcc)
1*5f4c09ddSEd Maste#	$NetBSD: Makefile,v 1.1 2015/01/21 16:16:00 christos Exp $
2*5f4c09ddSEd Maste
3*5f4c09ddSEd Maste# Doing a make includes builds /usr/include
4*5f4c09ddSEd Maste
5*5f4c09ddSEd MasteNOOBJ=		# defined
6*5f4c09ddSEd Maste
7*5f4c09ddSEd MasteINCS=	blacklist.h
8*5f4c09ddSEd MasteINCSDIR=	/usr/include
9*5f4c09ddSEd Maste
10*5f4c09ddSEd Maste.include <bsd.prog.mk>
11