xref: /netbsd-src/common/include/prop/Makefile (revision c0f560c80e9be8d2ba07f095bdabfa05337951a5)
1#	$NetBSD: Makefile,v 1.3 2007/08/17 11:05:04 pavel Exp $
2
3INCS=	prop_array.h prop_bool.h prop_data.h prop_dictionary.h \
4	prop_ingest.h prop_number.h prop_object.h prop_string.h \
5	proplib.h plistref.h
6
7INCSDIR=	/usr/include/prop
8
9.include <bsd.prog.mk>
10