774eb1a395
converting to/from an XML external representation (based on Apple XML property lists). Works in the kernel and user space.
9 lines
229 B
Makefile
9 lines
229 B
Makefile
# $NetBSD: Makefile,v 1.1 2006/04/27 20:11:27 thorpej Exp $
|
|
|
|
INCS= prop_array.h prop_bool.h prop_data.h prop_dictionary.h \
|
|
prop_number.h prop_object.h prop_string.h proplib.h
|
|
|
|
INCSDIR= /usr/include/prop
|
|
|
|
.include <bsd.prog.mk>
|