10 lines
255 B
Makefile
10 lines
255 B
Makefile
|
# $NetBSD: Makefile,v 1.3 2007/08/17 11:05:04 pavel Exp $
|
||
|
|
||
|
INCS= prop_array.h prop_bool.h prop_data.h prop_dictionary.h \
|
||
|
prop_ingest.h prop_number.h prop_object.h prop_string.h \
|
||
|
proplib.h plistref.h
|
||
|
|
||
|
INCSDIR= /usr/include/prop
|
||
|
|
||
|
.include <bsd.prog.mk>
|